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

This commit is contained in:
steveej 2021-10-03 22:11:54 +02:00
parent 40cf1ddabf
commit e24d2797f8

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 = "ee90403e147b181300dffca5b0afa405e14f1945"; rev = "92609f3d9bc3acffbdbe54fa1c591a885612aa73";
}; };
in in
@ -15,16 +15,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 = "c21ba4f7bb4a3d621eb1d187e6b5e816bb85380c"; rev = "82155ff501c7622cb2336646bb62f7624261f6d7";
}; };
"nixpkgs-master" = { "nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/"; url = "https://github.com/NixOS/nixpkgs/";
ref = "master"; ref = "master";
rev = "48eba3e35c10d11b709af420f96a346022a6fc55"; rev = "f0c07d3b6bb4c7b69876125cf92e1629377badff";
}; };
"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.05"; ref = "release-21.05";
rev = "7d9ba15214004c979d2c8733f8be12ce6502cf8a"; rev = "0e58ffec58d9e3eb0e73531e5374f001b1cfefb3";
}; };
} }