nix/os/devices/steveej-t14: bump versions

This commit is contained in:
steveej 2022-05-19 15:29:08 +02:00
parent ba23100d1c
commit f8c6368a4a

View file

@ -2,7 +2,7 @@ let
nixpkgs = { nixpkgs = {
url = "https://github.com/NixOS/nixpkgs/"; url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-21.11"; ref = "nixos-21.11";
rev = "feea25c58657fa81d16e0e51f80e1a02ef4cbd49"; rev = "2d474d6a4a43a0348b78db68dc00c491032cf5cf";
}; };
in in
@ -21,16 +21,16 @@ in
"channels-nixos-unstable" = { "channels-nixos-unstable" = {
url = "https://github.com/NixOS/nixpkgs/"; url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-unstable"; ref = "nixos-unstable";
rev = "e10da1c7f542515b609f8dfbcf788f3d85b14936"; rev = "1d7db1b9e4cf1ee075a9f52e5c36f7b9f4207502";
}; };
"nixpkgs-master" = { "nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/"; url = "https://github.com/NixOS/nixpkgs/";
ref = "master"; ref = "master";
rev = "870249df2cc640e2278cd0bc599ebbb246b00802"; rev = "c48b9a8428d73a5f4d90ad22ca151e976cd8491a";
}; };
"home-manager-module" = { "home-manager-module" = {
url = "https://github.com/nix-community/home-manager"; url = "https://github.com/nix-community/home-manager";
ref = "release-21.11"; ref = "release-21.11";
rev = "d14adb99f3fb562ec74ad18c032efc154b438034"; rev = "d93d56ab8c1c6aa575854a79b9d2f69d491db7d0";
}; };
} }