flake.nix | track 25.11 channel vs unstable
This commit is contained in:
parent
2e41394f16
commit
136143fb35
1 changed files with 3 additions and 3 deletions
|
|
@ -5,10 +5,10 @@
|
||||||
nixConfig = {allowUnfree = true;};
|
nixConfig = {allowUnfree = true;};
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
# nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||||
|
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.11";
|
||||||
sops-nix.url = "github:Mic92/sops-nix";
|
sops-nix.url = "github:Mic92/sops-nix";
|
||||||
# nixpkgs.url = "github:nixos/nixpkgs/nixos-25.05";
|
nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-25.11";
|
||||||
nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-25.05";
|
|
||||||
# disko.inputs.nixpkgs.follows = "nixpkgs";
|
# disko.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
# disko.url = "github:nix-community/disko";
|
# disko.url = "github:nix-community/disko";
|
||||||
# nixos-cosmic.inputs.nixpkgs.follows = "nixpkgs";
|
# nixos-cosmic.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue