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

This commit is contained in:
steveej 2022-06-03 18:01:40 +02:00
parent e7eb78329d
commit 0326ff7547

View file

@ -15,12 +15,17 @@ 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 = "f1c167688a6f81f4a51ab542e5f476c8c595e457"; rev = "692517bf851f2d8d999f0ad50f53fa1d2dd5c8f9";
};
"channels-nixos-unstable-small" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-unstable-small";
rev = "98e0b747df49e3edd1aa2c4e7fcc98361a17b09f";
}; };
"nixpkgs-master" = { "nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/"; url = "https://github.com/NixOS/nixpkgs/";
ref = "master"; ref = "master";
rev = "7c64469d8fa13cd9655a3044750fc379abea3c3c"; rev = "66def2957e4e0d26e7f691bef0945c9f3b73c313";
}; };
"home-manager-module" = { "home-manager-module" = {
url = "https://github.com/nix-community/home-manager"; url = "https://github.com/nix-community/home-manager";