nix/os/devices/steveej-t480s-work: bump versions

This commit is contained in:
steveej 2020-10-28 11:10:42 +01:00
parent 244f7da2e9
commit eb153ee2cb

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 = "51aaa3fa1b69559456f9bd4968bd5b179a784f67"; rev = "13d0c311e3ae923a00f734b43fd1d35b47d8943a";
}; };
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 = "24c9b05ac53e422f1af81a156f1fd58499eb27fb"; rev = "1dc37370c489b610f8b91d7fdd40633163ffbafd";
}; };
"nixpkgs-master" = { "nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/"; url = "https://github.com/NixOS/nixpkgs/";
ref = "master"; ref = "master";
rev = "7c4305be84ae74499e1ddd9b8e97bcaaf6da0f7d"; rev = "3d04e9a779a3ca28230e0e8f3c4310264960e979";
}; };
"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 = "7339784e07217ed0232e08d1ea33b610c94657d8"; rev = "abaebf3b346c4bef500c5bd2fdebbed109261a0c";
}; };
} }