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

This commit is contained in:
steveej 2021-01-06 17:11:32 +01:00
parent 6dff4d5d0d
commit ca62a7c7d1

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 = "e065200fc90175a8f6e50e76ef10a48786126e1c"; rev = "4a75ca4a4e7d14e7b0b0230b3ea57b5bd7c16218";
}; };
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 = "2f47650c2f28d87f86ab807b8a339c684d91ec56"; rev = "1a57d96edd156958b12782e8c8b6a374142a7248";
}; };
"nixpkgs-master" = { "nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/"; url = "https://github.com/NixOS/nixpkgs/";
ref = "master"; ref = "master";
rev = "cb7c39605051c7b268f8e0c5c47818a06b5d88c5"; rev = "44c443a7a602e7752641aac21e4ad17061761290";
}; };
"home-manager-module" = { "home-manager-module" = {
url = "https://github.com/nix-community/home-manager"; url = "https://github.com/nix-community/home-manager";