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