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 @@ ...@@ -59,21 +59,6 @@
"type": "github" "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": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1704194953, "lastModified": 1704194953,
...@@ -94,7 +79,6 @@ ...@@ -94,7 +79,6 @@
"fenix": "fenix", "fenix": "fenix",
"flake-utils": "flake-utils", "flake-utils": "flake-utils",
"naersk": "naersk", "naersk": "naersk",
"nix-filter": "nix-filter",
"nixpkgs": "nixpkgs" "nixpkgs": "nixpkgs"
} }
}, },
......
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
inputs = { inputs = {
nixpkgs.url = "nixpkgs/nixos-unstable"; nixpkgs.url = "nixpkgs/nixos-unstable";
flake-utils.url = "github:numtide/flake-utils"; flake-utils.url = "github:numtide/flake-utils";
nix-filter.url = "github:numtide/nix-filter";
fenix = { fenix = {
url = "github:nix-community/fenix"; url = "github:nix-community/fenix";
...@@ -20,7 +19,6 @@ ...@@ -20,7 +19,6 @@
fenix, fenix,
flake-utils, flake-utils,
naersk, naersk,
nix-filter,
nixpkgs, nixpkgs,
}: }:
flake-utils.lib.eachDefaultSystem (system: let 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