home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit 84f1ea3051670b67e528ddbb8066a8166b680e2f
parent 0480ed13859108a2526d786820f916e7f913fc26
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Tue, 31 May 2022 11:23:52 +0200

flake.nix: add nixos-22.05

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mflake.nix | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/flake.nix b/flake.nix @@ -50,6 +50,7 @@ # FIXME: is it needed or should I just alias nixos-unstable instead nixpkgs = { type = "github"; owner = "NixOS"; repo = "nixpkgs"; ref = "nixos-unstable"; }; nixos-21_11 = { type = "github"; owner = "NixOS"; repo = "nixpkgs"; ref = "nixos-21.11"; }; + nixos-22_05 = { type = "github"; owner = "NixOS"; repo = "nixpkgs"; ref = "nixos-22.05"; }; nixos-unstable = { type = "github"; owner = "NixOS"; repo = "nixpkgs"; ref = "nixos-unstable"; }; nixpkgs-unstable = { type = "github"; owner = "NixOS"; repo = "nixpkgs"; ref = "nixpkgs-unstable"; }; };