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

This commit is contained in:
steveej 2021-02-11 10:36:19 +01:00
parent 591557f5e7
commit 9d71f28b3b

View file

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