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

This commit is contained in:
steveej 2021-03-16 21:33:51 +01:00
parent 9d71f28b3b
commit aac1c72ee7

View file

@ -2,7 +2,7 @@ let
nixpkgs = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-20.09";
rev = "2394284537b89471c87065b040d3dedd8b5907fe";
rev = "36e15cd6e7d55ba143caf3dc930467ace573d85c";
};
in
@ -15,12 +15,12 @@ in
"channels-nixos-unstable" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-unstable";
rev = "29a15e2c1f5ad64c235d78ba5e29a56fe520ad45";
rev = "266dc8c3d052f549826ba246d06787a219533b8f";
};
"nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "master";
rev = "edefbadf7eca47c58a19bf4a8ab10db799ea8f48";
rev = "e9f42f11e5c43893babbe832a1e835e0eefc5ac8";
};
"home-manager-module" = {
url = "https://github.com/nix-community/home-manager";