From 801d76c13e90e26d27a3aaf368320946c36eb32f Mon Sep 17 00:00:00 2001 From: Silas Schöffel Date: Sun, 18 Jan 2026 18:50:00 +0100 Subject: Revert "flake: switch to nixpkgs-25.11" This reverts commit 36d49891720e7018b63861fef66195168a94c869. --- flake.nix | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'flake.nix') 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"; -- cgit 1.4.1