about summary refs log tree commit diff
path: root/lib/fileset/default.nix
diff options
context:
space:
mode:
authorSilvan Mosberger <contact@infinisil.com>2023-11-19 19:12:29 +0100
committerGitHub <noreply@github.com>2023-11-19 19:12:29 +0100
commit5a7118da750f58e5c701f541859fbe58c27b9bef (patch)
tree10e43e576c568056d1165b2f0dd7b1bfb0132169 /lib/fileset/default.nix
parent0bf3f5cf6a98b5d077cdcdb00a6d4b3d92bc78b5 (diff)
parentb514f0433cdbafbe05899f4dbd420bbdf1c5c7b9 (diff)
Merge pull request #268520 from tweag/fileset-minor-changes
`lib.fileset`: Minor changes
Diffstat (limited to 'lib/fileset/default.nix')
-rw-r--r--lib/fileset/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/fileset/default.nix b/lib/fileset/default.nix
index ea2475284ac69..ca2ab9a357403 100644
--- a/lib/fileset/default.nix
+++ b/lib/fileset/default.nix
@@ -312,7 +312,7 @@ in {
           lib.fileset.fromSource: The source origin of the argument is of type ${typeOf path}, but it should be a path instead.''
     else if ! pathExists path then
       throw ''
-        lib.fileset.fromSource: The source origin (${toString path}) of the argument does not exist.''
+        lib.fileset.fromSource: The source origin (${toString path}) of the argument is a path that does not exist.''
     else if isFiltered then
       _fromSourceFilter path source.filter
     else