Skip to content
Snippets Groups Projects
Verified Commit 918eb9c0 authored by Vincent Lafeychine's avatar Vincent Lafeychine
Browse files

fix(nix): Remove unused dependency

parent 3b9aba52
No related branches found
No related tags found
1 merge request!35Fix cache miss in CI
......@@ -59,21 +59,6 @@
"type": "github"
}
},
"nix-filter": {
"locked": {
"lastModified": 1705332318,
"narHash": "sha256-kcw1yFeJe9N4PjQji9ZeX47jg0p9A0DuU4djKvg1a7I=",
"owner": "numtide",
"repo": "nix-filter",
"rev": "3449dc925982ad46246cfc36469baf66e1b64f17",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "nix-filter",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1704194953,
......@@ -94,7 +79,6 @@
"fenix": "fenix",
"flake-utils": "flake-utils",
"naersk": "naersk",
"nix-filter": "nix-filter",
"nixpkgs": "nixpkgs"
}
},
......
......@@ -2,7 +2,6 @@
inputs = {
nixpkgs.url = "nixpkgs/nixos-unstable";
flake-utils.url = "github:numtide/flake-utils";
nix-filter.url = "github:numtide/nix-filter";
fenix = {
url = "github:nix-community/fenix";
......@@ -20,7 +19,6 @@
fenix,
flake-utils,
naersk,
nix-filter,
nixpkgs,
}:
flake-utils.lib.eachDefaultSystem (system: let
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment