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

This commit is contained in:
steveej 2022-07-04 22:11:13 +02:00
parent 6ce36aaf9c
commit c45ce7f83a

View file

@ -2,7 +2,7 @@ let
nixpkgs = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-22.05";
rev = "1f8d88087a3753e55a29b5207f7f0997f7c813fa";
rev = "09c32b0bda4db98d6454e910206188e85d5b04cc";
};
in
@ -15,21 +15,21 @@ in
"channels-nixos-unstable" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-unstable";
rev = "914ef51ffa88d9b386c71bdc88bffc5273c08ada";
rev = "0ea7a8f1b939d74e5df8af9a8f7342097cdf69eb";
};
"channels-nixos-unstable-small" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-unstable-small";
rev = "13f08d71ceff5101321e0291854495a1ec153a5e";
rev = "18b14a254dca6b68ca0ce2ce885ce2b550065799";
};
"nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "master";
rev = "ddc5ceb9295aa0e530d950a625b63663c8b75a7f";
rev = "95cc37ab9a2b9d402a2f6df83d520e7dd19c5f4d";
};
"home-manager-module" = {
url = "https://github.com/nix-community/home-manager";
ref = "release-22.05";
rev = "ac2287df5a2d6f0a44bbcbd11701dbbf6ec43675";
rev = "4a3d01fb53f52ac83194081272795aa4612c2381";
};
}