summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorsils <sils@sils.li>2023-10-06 21:59:53 +0200
committersils <sils@sils.li>2023-10-06 21:59:53 +0200
commitcbf4bcdb1f9530b703b99d4694682f80e428c70c (patch)
treede86b9abb600b706fe68d0ce8f3b0e3f9274a2f2
parentfix(u/sils/rofi): change package to rofi-wayland (diff)
downloadnix-config-cbf4bcdb1f9530b703b99d4694682f80e428c70c.tar.gz
nix-config-cbf4bcdb1f9530b703b99d4694682f80e428c70c.zip
feat(flake): remove stable nixpkgs input
-rw-r--r--flake.lock17
-rw-r--r--flake.nix4
2 files changed, 2 insertions, 19 deletions
diff --git a/flake.lock b/flake.lock
index f0e1d77..1489c49 100644
--- a/flake.lock
+++ b/flake.lock
@@ -795,7 +795,6 @@
         "river_init_lesser": "river_init_lesser",
         "rust-overlay": "rust-overlay_2",
         "shell_library": "shell_library",
-        "stable": "stable",
         "systems": "systems_4",
         "yambar_cpu": "yambar_cpu",
         "yambar_memory": "yambar_memory"
@@ -903,22 +902,6 @@
         "url": "https://codeberg.org/soispha/shell_library.git"
       }
     },
-    "stable": {
-      "locked": {
-        "lastModified": 1696323343,
-        "narHash": "sha256-u7WLUrh5eb+6SBYwtkaGL2ryHpLcHzmLml+a+VqKJWE=",
-        "owner": "NixOs",
-        "repo": "nixpkgs",
-        "rev": "3b79cc4bcd9c09b5aa68ea1957c25e437dc6bc58",
-        "type": "github"
-      },
-      "original": {
-        "owner": "NixOs",
-        "ref": "nixos-23.05",
-        "repo": "nixpkgs",
-        "type": "github"
-      }
-    },
     "systems": {
       "locked": {
         "lastModified": 1681028828,
diff --git a/flake.nix b/flake.nix
index 5b7c643..42ade2d 100644
--- a/flake.nix
+++ b/flake.nix
@@ -1,9 +1,9 @@
 {
   description = "My Nixos system configuration";
-  # inputs {{{
+
   inputs = {
-    stable.url = "github:NixOs/nixpkgs/nixos-23.05";
     nixpkgs.url = "github:NixOs/nixpkgs/nixos-unstable";
+
     home-manager = {
       url = "github:nix-community/home-manager";
       inputs.nixpkgs.follows = "nixpkgs";