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

This commit is contained in:
steveej 2022-04-30 21:29:15 +02:00
parent c6495280cd
commit 2c3fddf184

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 = "9887f024766aa27704d1f89f623efd1d063da92a"; rev = "feea25c58657fa81d16e0e51f80e1a02ef4cbd49";
}; };
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 = "1ffba9f2f683063c2b14c9f4d12c55ad5f4ed887"; rev = "e10da1c7f542515b609f8dfbcf788f3d85b14936";
}; };
"nixpkgs-master" = { "nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/"; url = "https://github.com/NixOS/nixpkgs/";
ref = "master"; ref = "master";
rev = "881ea516cf552fbb159aed4462873762a8297409"; rev = "870249df2cc640e2278cd0bc599ebbb246b00802";
}; };
"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 = "7244c6715cb8f741f3b3e1220a9279e97b2ed8f5"; rev = "d14adb99f3fb562ec74ad18c032efc154b438034";
}; };
} }