summaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorSeth Flynn <[email protected]>2025-03-30 21:38:57 -0400
committerSeth Flynn <[email protected]>2025-03-30 22:08:05 -0400
commitb75b85d4a7130ee051004c187c0a5af00f449e6e (patch)
treed7904529faa108f7b68b7fb05097cdebb3bff635 /flake.lock
parentedbe9b7d259b95b48eae8b4f4853b1e5ad6ab537 (diff)
refactor(nix): nix-filter -> lib.fileset
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock16
1 files changed, 0 insertions, 16 deletions
diff --git a/flake.lock b/flake.lock
index fe33d10..18b4f63 100644
--- a/flake.lock
+++ b/flake.lock
@@ -1,20 +1,5 @@
{
"nodes": {
- "nix-filter": {
- "locked": {
- "lastModified": 1731533336,
- "narHash": "sha256-oRam5PS1vcrr5UPgALW0eo1m/5/pls27Z/pabHNy2Ms=",
- "owner": "numtide",
- "repo": "nix-filter",
- "rev": "f7653272fd234696ae94229839a99b73c9ab7de0",
- "type": "github"
- },
- "original": {
- "owner": "numtide",
- "repo": "nix-filter",
- "type": "github"
- }
- },
"nixpkgs": {
"locked": {
"lastModified": 1743076231,
@@ -33,7 +18,6 @@
},
"root": {
"inputs": {
- "nix-filter": "nix-filter",
"nixpkgs": "nixpkgs",
"treefmt-nix": "treefmt-nix"
}