diff options
| author | Silas Schöffel <sils@sils.li> | 2026-01-18 18:50:00 +0100 |
|---|---|---|
| committer | Silas Schöffel <sils@sils.li> | 2026-01-18 18:50:00 +0100 |
| commit | 801d76c13e90e26d27a3aaf368320946c36eb32f (patch) | |
| tree | 0e9178d85d274e61d12172725a723d3b6e035681 /flake.nix | |
| parent | plasma: add (diff) | |
| download | nix-config-801d76c13e90e26d27a3aaf368320946c36eb32f.zip | |
Revert "flake: switch to nixpkgs-25.11"
This reverts commit 36d49891720e7018b63861fef66195168a94c869.
Diffstat (limited to '')
| -rw-r--r-- | flake.nix | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/flake.nix b/flake.nix index 8e997cc..3647895 100644 --- a/flake.nix +++ b/flake.nix @@ -2,12 +2,13 @@ description = "My Nixos system configuration"; inputs = { - nixpkgs.url = "github:NixOs/nixpkgs/nixos-25.11"; + nixpkgs.url = "github:NixOs/nixpkgs/nixos-unstable"; nixpkgs-pinned.url = "github:NixOs/nixpkgs/5672bc9dbf9d88246ddab5ac454e82318d094bb8"; - nixpkgs-unstable.url = "github:NixOs/nixpkgs/nixos-unstable"; + nixpkgs-stable.url = "github:NixOs/nixpkgs/nixos-23.05"; + nixpkgs-lib.url = "github:NixOs/nixpkgs/nixos-unstable?dir=lib"; home-manager = { - url = "github:nix-community/home-manager/release-25.11"; + url = "github:nix-community/home-manager"; inputs.nixpkgs.follows = "nixpkgs"; }; @@ -61,7 +62,7 @@ inputs.nixpkgs.follows = "nixpkgs"; }; nixvim = { - url = "github:nix-community/nixvim/nixos-25.11"; + url = "github:nix-community/nixvim"; inputs = { nixpkgs.follows = "nixpkgs"; flake-parts.follows = "flake-parts"; @@ -81,7 +82,7 @@ # Theming stylix = { - url = "github:danth/stylix/release-25.11"; + url = "github:danth/stylix"; inputs = { nixpkgs.follows = "nixpkgs"; }; @@ -111,7 +112,7 @@ }; flake-parts = { url = "github:hercules-ci/flake-parts"; - inputs.nixpkgs-lib.follows = "nixpkgs"; + inputs.nixpkgs-lib.follows = "nixpkgs-lib"; }; rust-overlay = { url = "github:oxalica/rust-overlay"; |
