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

This commit is contained in:
steveej 2021-08-07 21:42:20 +02:00
parent 122721f9f5
commit 73da55d9e9

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 = "16bf3980bfa0d8929639be93fa8491ebad9d61ec"; rev = "733682c32929293341f113f297b64ea6319e9089";
}; };
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 = "8ecc61c91a596df7d3293603a9c2384190c1b89a"; rev = "439b1605227b8adb1357b55ce8529d541abbe9eb";
}; };
"nixpkgs-master" = { "nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/"; url = "https://github.com/NixOS/nixpkgs/";
ref = "master"; ref = "master";
rev = "29c76b8c02676fba7a65c5f1228db8e727f33617"; rev = "06667df72b73dd4a9b7351bc49bc9f7b654711ce";
}; };
"home-manager-module" = { "home-manager-module" = {
url = "https://github.com/nix-community/home-manager"; url = "https://github.com/nix-community/home-manager";