Nix: include patches in fileset

This commit is contained in:
Rory&
2025-12-27 13:14:05 +01:00
parent e784959bcc
commit 97b7256d8f

View File

@@ -14,9 +14,10 @@ let
lib.fileset.unions [
./src
./package.json
./tsconfig.json
./package-lock.json
./tsconfig.json
./assets
./patches
]
)
);