fix: Use maybeMissing for optional paths in fileset

This commit is contained in:
2025-12-03 18:23:46 -04:00
parent 272a5ff4be
commit d1a9dc907f
+2 -2
View File
@@ -28,8 +28,8 @@ let
lib.fileset.unions [ lib.fileset.unions [
../flake.nix ../flake.nix
../flake.lock ../flake.lock
../result (lib.fileset.maybeMissing ../result)
../build (lib.fileset.maybeMissing ../build)
./. ./.
] ]
); );