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

This commit is contained in:
steveej 2021-02-07 21:13:58 +01:00
parent 8bff26c5e8
commit b204beb3dc

View file

@ -2,7 +2,7 @@ let
nixpkgs = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-20.09";
rev = "85abeab48b5feda4b163e5bb32f50aad1164e415";
rev = "8e78c2cfbae71720869c35b6710d652bf28b37cc";
};
in
@ -15,12 +15,12 @@ in
"channels-nixos-unstable" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-unstable";
rev = "891f607d5301d6730cb1f9dcf3618bcb1ab7f10e";
rev = "536fe36e23ab0fc8b7f35c24603422eee9fc17a2";
};
"nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "master";
rev = "94a9feb3beac01ef96123e37b179863580fb93e0";
rev = "6fea96cbd01942200bf824671bb90ac7369638a3";
};
"home-manager-module" = {
url = "https://github.com/nix-community/home-manager";