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

This commit is contained in:
steveej 2021-09-12 23:26:48 +02:00
parent eeabccf4f3
commit d1a3a55da8

View file

@ -2,7 +2,7 @@ let
nixpkgs = { nixpkgs = {
url = "https://github.com/NixOS/nixpkgs/"; url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-21.05"; ref = "nixos-21.05";
rev = "8b0b81dab17753ab344a44c04be90a61dc55badf"; rev = "e85f0175e3effe9ba191d66c09e8f1b7d6362d5e";
}; };
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 = "bbbe2b35f736d039884e082ecc6d6e631e126029"; rev = "f6e9e908ccbcabb365cb5434a4a38dd8c996fc72";
}; };
"nixpkgs-master" = { "nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/"; url = "https://github.com/NixOS/nixpkgs/";
ref = "master"; ref = "master";
rev = "c78df44cfb7276645cbb8a67d6921a52e56f2cd2"; rev = "db88608d8c811a93b74c99cfa1224952afc78200";
}; };
"home-manager-module" = { "home-manager-module" = {
url = "https://github.com/nix-community/home-manager"; url = "https://github.com/nix-community/home-manager";