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

This commit is contained in:
steveej 2022-01-29 00:59:58 +01:00
parent 0892fe7ccb
commit a9d1c7f32f

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 = "1158f3463912d54cc981d61213839ec6c02570d3"; rev = "6c4b9f1a2fd761e2d384ef86cff0d208ca27fdca";
}; };
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 = "3f0e4de0c2d2c85d7abce260f8c17c8ef5b78e5b"; rev = "0fd9ee1aa36ce865ad273f4f07fdc093adeb5c00";
}; };
"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 = "eac07edbd20ed4908b98790ba299250b5527ecdf"; rev = "945ec499041db73043f745fad3b2a3a01e826081";
}; };
"nixpkgs-master" = { "nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/"; url = "https://github.com/NixOS/nixpkgs/";
ref = "master"; ref = "master";
rev = "405350e55daceeffd1d8db6f04aab02763bcece4"; rev = "3345449b13d6c7efa847ccb6d996c5658606bb4b";
}; };
"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 = "697cc8c68ed6a606296efbbe9614c32537078756"; rev = "28b9ae40c45c5e7711c353fee1b7af734e293979";
}; };
} }