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

This commit is contained in:
steveej 2022-07-12 14:25:58 +02:00
parent f812f2820e
commit d628139b69

View file

@ -2,7 +2,7 @@ let
nixpkgs = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-22.05";
rev = "09c32b0bda4db98d6454e910206188e85d5b04cc";
rev = "cf034a867e08b7e083df1658c915c58456dbbde2";
};
in
@ -15,17 +15,17 @@ in
"channels-nixos-unstable" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-unstable";
rev = "0ea7a8f1b939d74e5df8af9a8f7342097cdf69eb";
rev = "5f43d8b088d3771274bcfb69d3c7435b1121ac88";
};
"channels-nixos-unstable-small" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-unstable-small";
rev = "18b14a254dca6b68ca0ce2ce885ce2b550065799";
rev = "de5b3dd17034e6106e75746e81618e5bd408de8a";
};
"nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "master";
rev = "414af487b179af0d7792134c79bb83ab2b9617ce";
rev = "3567e122f4d5bd1f2ef157e76e827077e037f78b";
};
"home-manager-module" = {
url = "https://github.com/nix-community/home-manager";