flake nix-filter for src

This commit is contained in:
Vinzenz Schroeter 2024-11-09 20:04:44 +01:00
parent 36d0daba05
commit 73f3255741
2 changed files with 32 additions and 9 deletions

16
flake.lock generated
View file

@ -20,6 +20,21 @@
"type": "github"
}
},
"nix-filter": {
"locked": {
"lastModified": 1730207686,
"narHash": "sha256-SCHiL+1f7q9TAnxpasriP6fMarWE5H43t25F5/9e28I=",
"owner": "numtide",
"repo": "nix-filter",
"rev": "776e68c1d014c3adde193a18db9d738458cd2ba4",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "nix-filter",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1730883749,
@ -39,6 +54,7 @@
"root": {
"inputs": {
"naersk": "naersk",
"nix-filter": "nix-filter",
"nixpkgs": "nixpkgs"
}
}