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

This commit is contained in:
Holochain CI 2022-03-20 16:29:17 +01:00
parent 152da2ac96
commit f9c3157560

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 = "64fc73bd74f04d3e10cb4e70e1c65b92337e76db"; rev = "2c66a7a6e036971c4847cca424125f55b9eb0b0b";
}; };
in in
@ -26,7 +26,7 @@ in
"nixpkgs-master" = { "nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/"; url = "https://github.com/NixOS/nixpkgs/";
ref = "master"; ref = "master";
rev = "c91c73a714e34bb141e0ec7285783b9b34323e1c"; rev = "3d41c5901122c7eff18422567bd3f124fef83563";
}; };
"home-manager-module" = { "home-manager-module" = {
url = "https://github.com/nix-community/home-manager"; url = "https://github.com/nix-community/home-manager";