nix/os/devices/srv0.home-ch.stefanjunker.de: bump nixos 21.11 -> 22.05

This commit is contained in:
steveej 2022-10-30 16:11:21 +01:00
parent 46ef6bd0a6
commit dc761a5271
8 changed files with 32 additions and 22 deletions

View file

@ -1,8 +1,8 @@
let
nixpkgs = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-21.11";
rev = "feea25c58657fa81d16e0e51f80e1a02ef4cbd49";
ref = "nixos-22.05";
rev = "040c6d8374d090f46ab0e99f1f7c27a4529ecffd";
};
in
@ -12,11 +12,11 @@ in
"nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "master";
rev = "78f6f779627c89823d8402aac658418ef188be1c";
rev = "5527a41eb304aa7c77efeefbda0e17ca105a4c8c";
};
"home-manager-module" = {
url = "https://github.com/nix-community/home-manager";
ref = "release-21.11";
rev = "d14adb99f3fb562ec74ad18c032efc154b438034";
ref = "release-22.05";
rev = "b81e128fc053ab3159d7b464d9b7dedc9d6a6891";
};
}

View file

@ -1,8 +1,8 @@
let
nixpkgs = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-21.11";
rev = "<% git ls-remote https://github.com/nixos/nixpkgs nixos-21.11 | awk '{ print $1 }' | tr -d '\n' -%>";
ref = "nixos-22.05";
rev = "<% git ls-remote https://github.com/nixos/nixpkgs nixos-22.05 | awk '{ print $1 }' | tr -d '\n' -%>";
};
in
@ -16,7 +16,7 @@ in
};
"home-manager-module" = {
url = "https://github.com/nix-community/home-manager";
ref = "release-21.11";
rev = "<% git ls-remote https://github.com/nix-community/home-manager.git release-21.11 | awk '{ print $1 }' | tr -d '\n' -%>";
ref = "release-22.05";
rev = "<% git ls-remote https://github.com/nix-community/home-manager.git release-22.05 | awk '{ print $1 }' | tr -d '\n' -%>";
};
}