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

This commit is contained in:
steveej 2021-09-30 22:55:58 +02:00
parent 008c122e28
commit 40cf1ddabf

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 = "e85f0175e3effe9ba191d66c09e8f1b7d6362d5e"; rev = "ee90403e147b181300dffca5b0afa405e14f1945";
}; };
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 = "f6e9e908ccbcabb365cb5434a4a38dd8c996fc72"; rev = "c21ba4f7bb4a3d621eb1d187e6b5e816bb85380c";
}; };
"nixpkgs-master" = { "nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/"; url = "https://github.com/NixOS/nixpkgs/";
ref = "master"; ref = "master";
rev = "db88608d8c811a93b74c99cfa1224952afc78200"; rev = "48eba3e35c10d11b709af420f96a346022a6fc55";
}; };
"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 = "f5adb9be829f487f99bcc0f1884f74ddb85f70c8"; rev = "7d9ba15214004c979d2c8733f8be12ce6502cf8a";
}; };
} }