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

This commit is contained in:
steveej 2020-11-05 19:48:32 +01:00
parent 3d8b7cae81
commit 455e6a2781

View file

@ -2,7 +2,7 @@ let
nixpkgs = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-20.09";
rev = "13d0c311e3ae923a00f734b43fd1d35b47d8943a";
rev = "d105075a1fd870b1d1617a6008cb38b443e65433";
};
in
@ -15,16 +15,16 @@ in
"channels-nixos-unstable" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-unstable";
rev = "1dc37370c489b610f8b91d7fdd40633163ffbafd";
rev = "34ad166a830d3ac1541dcce571c52231f2f0865a";
};
"nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "master";
rev = "3d04e9a779a3ca28230e0e8f3c4310264960e979";
rev = "aaa75ab998373bd0dd73fe0535456e27e6b02d06";
};
"home-manager-module" = {
url = "https://github.com/nix-community/home-manager";
ref = "release-20.09";
rev = "abaebf3b346c4bef500c5bd2fdebbed109261a0c";
rev = "63f299b3347aea183fc5088e4d6c4a193b334a41";
};
}