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

This commit is contained in:
steveej 2021-12-24 14:09:55 +01:00
parent 0d4979215b
commit 9c2818739b

View file

@ -2,7 +2,7 @@ let
nixpkgs = { nixpkgs = {
url = "https://github.com/NixOS/nixpkgs/"; url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-21.11"; ref = "nixos-21.11";
rev = "573095944e7c1d58d30fc679c81af63668b54056"; rev = "1158f3463912d54cc981d61213839ec6c02570d3";
}; };
in in
@ -16,21 +16,21 @@ in
"channels-nixos-21.05" = { "channels-nixos-21.05" = {
url = "https://github.com/NixOS/nixpkgs/"; url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-21.05"; ref = "nixos-21.05";
rev = "c5f1ee982246d09ae7f119c13aafcce90286221d"; rev = "3f0e4de0c2d2c85d7abce260f8c17c8ef5b78e5b";
}; };
"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 = "a2e281f5770247855b85d70c43454ba5bff34613"; rev = "eac07edbd20ed4908b98790ba299250b5527ecdf";
}; };
"nixpkgs-master" = { "nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/"; url = "https://github.com/NixOS/nixpkgs/";
ref = "master"; ref = "master";
rev = "f4a00ebd0201a7413f4334d3719d8555772eb9f4"; rev = "405350e55daceeffd1d8db6f04aab02763bcece4";
}; };
"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.11"; ref = "release-21.11";
rev = "6ce1d64073f48b9bc9425218803b1b607454c1e7"; rev = "697cc8c68ed6a606296efbbe9614c32537078756";
}; };
} }