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

This commit is contained in:
steveej 2021-07-18 01:42:10 +02:00
parent e3106e81f4
commit cd5d118e5f

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 = "a165aeceda9f9741d15bc2488425daeb06c0707e"; rev = "b2f87e0043aaf3f0f05cc983bd6aa80a616b8352";
}; };
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 = "1ae6c6e92104ae774c5d7fb763001ea3d470748e"; rev = "688b4cb03efd8bd6bd0796297a8738f8f91a5ff6";
}; };
"home-manager-module" = { "home-manager-module" = {
url = "https://github.com/nix-community/home-manager"; url = "https://github.com/nix-community/home-manager";