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

This commit is contained in:
steveej 2020-12-16 13:04:15 +01:00
parent 53929393a6
commit 11b8b11d9a

View file

@ -2,7 +2,7 @@ let
nixpkgs = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-20.09";
rev = "2fbcd0b9df95306199407e36a038d2cc3aa24786";
rev = "b94726217f7cdc02ddf277b65553762d520da196";
};
in
@ -15,12 +15,12 @@ in
"channels-nixos-unstable" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-unstable";
rev = "296793637b22bdb4d23b479879eba0a71c132a66";
rev = "e9158eca70ae59e73fae23be5d13d3fa0cfc78b4";
};
"nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "master";
rev = "c908f3a45653b2f12eb42f569de05cfcf3d1df33";
rev = "cd75006f1abd1671f2367b8cfd9406b32f5296da";
};
"home-manager-module" = {
url = "https://github.com/nix-community/home-manager";