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

This commit is contained in:
steveej 2020-11-19 20:39:08 +01:00
parent 455e6a2781
commit 24a7f64d27

View file

@ -2,7 +2,7 @@ let
nixpkgs = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-20.09";
rev = "d105075a1fd870b1d1617a6008cb38b443e65433";
rev = "58f9c4c7d3a42c912362ca68577162e38ea8edfb";
};
in
@ -15,12 +15,12 @@ in
"channels-nixos-unstable" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-unstable";
rev = "34ad166a830d3ac1541dcce571c52231f2f0865a";
rev = "2deeb58f49480f468adca6b08291322de4dbce6b";
};
"nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "master";
rev = "aaa75ab998373bd0dd73fe0535456e27e6b02d06";
rev = "c81c3c3daff4a96980da2fce2d80a9e57f9db953";
};
"home-manager-module" = {
url = "https://github.com/nix-community/home-manager";