diff options
author | Franck Cuny <franck@fcuny.net> | 2022-10-22 11:22:09 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-10-22 11:22:09 -0700 |
commit | 43696537a905039760d12c7bbb9b344cc79af398 (patch) | |
tree | c412e9597fa36c856274a3942f54b7a68b198473 | |
parent | feat(home/packages): install the tool x509-info (diff) | |
download | world-43696537a905039760d12c7bbb9b344cc79af398.tar.gz |
fix(flake): remove unstable URL for nixpkgs
I was not using it.
Diffstat (limited to '')
-rw-r--r-- | flake.lock | 17 | ||||
-rw-r--r-- | flake.nix | 1 |
2 files changed, 0 insertions, 18 deletions
diff --git a/flake.lock b/flake.lock index 302e1eb..d8170ae 100644 --- a/flake.lock +++ b/flake.lock @@ -229,22 +229,6 @@ "type": "indirect" } }, - "nixpkgs-unstable": { - "locked": { - "lastModified": 1666424192, - "narHash": "sha256-rb/a7Kg9s31jqkvdOQHFrUc5ig5kB+O2ZKB8mjU2kW8=", - "owner": "nixos", - "repo": "nixpkgs", - "rev": "4f8287f3d597c73b0d706cfad028c2d51821f64d", - "type": "github" - }, - "original": { - "owner": "nixos", - "ref": "nixpkgs-unstable", - "repo": "nixpkgs", - "type": "github" - } - }, "nixpkgs_2": { "locked": { "lastModified": 1664676151, @@ -383,7 +367,6 @@ "home-manager": "home-manager", "naersk": "naersk_2", "nixpkgs": "nixpkgs_5", - "nixpkgs-unstable": "nixpkgs-unstable", "nur": "nur", "pre-commit-hooks": "pre-commit-hooks", "rust": "rust", diff --git a/flake.nix b/flake.nix index d0dcd50..8e4fb65 100644 --- a/flake.nix +++ b/flake.nix @@ -3,7 +3,6 @@ inputs = { nixpkgs.url = "github:nixos/nixpkgs/release-22.05"; - nixpkgs-unstable.url = "github:nixos/nixpkgs/nixpkgs-unstable"; futils.url = "github:numtide/flake-utils"; |