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

This commit is contained in:
steveej 2021-07-17 14:00:17 +02:00
parent fbc8acbf30
commit e3106e81f4

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 = "c06613c25df3fe1dd26243847a3c105cf6770627"; rev = "a165aeceda9f9741d15bc2488425daeb06c0707e";
}; };
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 = "87807e64a5ef5206b745a40af118c7be8db73681"; rev = "c6c4a3d45ab200f17805d2d86a1ff1cc7ca2b186";
}; };
"nixpkgs-master" = { "nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/"; url = "https://github.com/NixOS/nixpkgs/";
ref = "master"; ref = "master";
rev = "a0005de253a11840fa7eeb76493535053bb49024"; rev = "1ae6c6e92104ae774c5d7fb763001ea3d470748e";
}; };
"home-manager-module" = { "home-manager-module" = {
url = "https://github.com/nix-community/home-manager"; url = "https://github.com/nix-community/home-manager";