about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-10-22 11:22:09 -0700
committerFranck Cuny <franck@fcuny.net>2022-10-22 11:22:09 -0700
commit43696537a905039760d12c7bbb9b344cc79af398 (patch)
treec412e9597fa36c856274a3942f54b7a68b198473
parentfeat(home/packages): install the tool x509-info (diff)
downloadworld-43696537a905039760d12c7bbb9b344cc79af398.tar.gz
fix(flake): remove unstable URL for nixpkgs
I was not using it.
-rw-r--r--flake.lock17
-rw-r--r--flake.nix1
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";