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

This commit is contained in:
steveej 2021-02-10 22:29:32 +01:00
parent 2a3025d3ed
commit 591557f5e7

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 = "8e78c2cfbae71720869c35b6710d652bf28b37cc"; rev = "d4c29df154dc6397ea47a7ed7dd0450a46dd4695";
}; };
in in
@ -15,16 +15,16 @@ 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 = "536fe36e23ab0fc8b7f35c24603422eee9fc17a2"; rev = "8c8731330b53ba0061686f36f10f101e662a4717";
}; };
"nixpkgs-master" = { "nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/"; url = "https://github.com/NixOS/nixpkgs/";
ref = "master"; ref = "master";
rev = "381cb085284972fbe981f5340c404ff9349b0e31"; rev = "26f6af373ec1b867d751b56fb802f14010c8351b";
}; };
"home-manager-module" = { "home-manager-module" = {
url = "https://github.com/nix-community/home-manager"; url = "https://github.com/nix-community/home-manager";
ref = "release-20.09"; ref = "release-20.09";
rev = "91bd34620d73340be03642279ee0d1c64110ee6c"; rev = "209566c752c4428c7692c134731971193f06b37c";
}; };
} }