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

This commit is contained in:
steveej 2021-07-28 22:56:04 +02:00
parent 6e9f4bff81
commit efbf7c24c0

View file

@ -2,7 +2,7 @@ let
nixpkgs = { nixpkgs = {
url = "https://github.com/NixOS/nixpkgs/"; url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-21.05"; ref = "nixos-21.05";
rev = "82151321eeaef290b8345803e0b217a261b7c4e1"; rev = "382039c05a16827a7f0731183e862366b66b422f";
}; };
in in
@ -20,7 +20,7 @@ in
"nixpkgs-master" = { "nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/"; url = "https://github.com/NixOS/nixpkgs/";
ref = "master"; ref = "master";
rev = "1ae194ac45021bc3d950714ff0cdde12068af38f"; rev = "3cc3160fe6cb3b85ac9b8f77b4c5d3b68f9c2962";
}; };
"home-manager-module" = { "home-manager-module" = {
url = "https://github.com/nix-community/home-manager"; url = "https://github.com/nix-community/home-manager";