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

This commit is contained in:
steveej 2021-01-28 22:48:21 +01:00
parent 4d720297ad
commit 23586c4b95

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 = "c6b23ba64aea4b0e2163ff84990084a6bec455c5"; rev = "85abeab48b5feda4b163e5bb32f50aad1164e415";
}; };
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 = "56bb1b0f7a33e5d487dc2bf2e846794f4dcb4d01"; rev = "891f607d5301d6730cb1f9dcf3618bcb1ab7f10e";
}; };
"nixpkgs-master" = { "nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/"; url = "https://github.com/NixOS/nixpkgs/";
ref = "master"; ref = "master";
rev = "174267e601bc2d525a685084d9712841b3ef93da"; rev = "241db3bb01463ec0e584630bb426cb5f8b18316f";
}; };
"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 = "22f6736e628958f05222ddaadd7df7818fe8f59d"; rev = "91bd34620d73340be03642279ee0d1c64110ee6c";
}; };
} }