diff options
Diffstat (limited to '')
-rw-r--r-- | flake.lock | 17 | ||||
-rw-r--r-- | flake.nix | 4 |
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"; |