mirror of
https://github.com/wlcx/home.git
synced 2026-09-15 12:38:22 +01:00
25.11 -> 26.05
This commit is contained in:
@@ -5,14 +5,14 @@
|
||||
nixpkgs = {
|
||||
# N.B. we use the nixos-x branch as this is updated *after* successful hydra builds
|
||||
# rather than release-x. See https://wiki.nixos.org/wiki/Channel_branches
|
||||
url = "github:nixos/nixpkgs/nixos-25.11";
|
||||
url = "github:nixos/nixpkgs/nixos-26.05";
|
||||
};
|
||||
nixpkgs-unstable = {
|
||||
url = "github:nixos/nixpkgs";
|
||||
};
|
||||
# Other modules
|
||||
home-manager = {
|
||||
url = "github:nix-community/home-manager/release-25.11";
|
||||
url = "github:nix-community/home-manager/release-26.05";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
flake-utils.url = "github:numtide/flake-utils";
|
||||
|
||||
Reference in New Issue
Block a user