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

This commit is contained in:
steveej 2021-04-24 08:16:15 +02:00
parent 1a761b074b
commit cfea565179

View file

@ -2,7 +2,7 @@ let
nixpkgs = { nixpkgs = {
url = "https://github.com/NixOS/nixpkgs/"; url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-20.09"; ref = "nixos-20.09";
rev = "d395190b24b27a65588f4539c423d9807ad8d4e7"; rev = "4263ba5e133cc3fc699c1152ab5ee46ef668e675";
}; };
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 = "d3f7e969b9860fb80750147aeb56dab1c730e756"; rev = "d235056d6d6dcbd2999bd55fd120d831d4df6304";
}; };
"nixpkgs-master" = { "nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/"; url = "https://github.com/NixOS/nixpkgs/";
ref = "master"; ref = "master";
rev = "dba181a2dc511c6039115a4ee181bba4184d353f"; rev = "5cecebfb2f76da7b93f19967e99b3ff4fb4d2850";
}; };
"home-manager-module" = { "home-manager-module" = {
url = "https://github.com/nix-community/home-manager"; url = "https://github.com/nix-community/home-manager";
ref = "release-20.09"; ref = "release-20.09";
rev = "209566c752c4428c7692c134731971193f06b37c"; rev = "2aa20ae969f2597c4df10a094440a66e9d7f8c86";
}; };
} }