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

This commit is contained in:
steveej 2023-03-30 15:51:39 +02:00
parent 6befc79c8e
commit 8f838542ce

View file

@ -3,7 +3,7 @@ let
url = "https://github.com/NixOS/nixpkgs/"; url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-22.11"; ref = "nixos-22.11";
rev = '' rev = ''
9b8e5abb18324c7fe9f07cb100c3cd4a29cda8b8''; 5b7cd5c39befee629be284970415b6eb3b0ff000'';
}; };
in { in {
inherit nixpkgs; inherit nixpkgs;
@ -13,24 +13,24 @@ in {
url = "https://github.com/NixOS/nixpkgs/"; url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-unstable"; ref = "nixos-unstable";
rev = '' rev = ''
ac718d02867a84b42522a0ece52d841188208f2c''; 4bb072f0a8b267613c127684e099a70e1f6ff106'';
}; };
"channels-nixos-unstable-small" = { "channels-nixos-unstable-small" = {
url = "https://github.com/NixOS/nixpkgs/"; url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-unstable-small"; ref = "nixos-unstable-small";
rev = '' rev = ''
03965a3d45862a4a16344bdc59ad2ca64542e9f6''; e608c90a1cf381dde6ac9e0f085337150f2af3e2'';
}; };
"nixpkgs-master" = { "nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/"; url = "https://github.com/NixOS/nixpkgs/";
ref = "master"; ref = "master";
rev = '' rev = ''
95cb05fe7fb455e89ad3cfab1c18b0648910b283''; b7fc729117a70d0df9e9adfc624662148e32ca0a'';
}; };
"home-manager-module" = { "home-manager-module" = {
url = "https://github.com/nix-community/home-manager"; url = "https://github.com/nix-community/home-manager";
ref = "release-22.11"; ref = "release-22.11";
rev = '' rev = ''
74e0b590c0c8eb99548b8db40c323ff61a2f37c4''; 83110c259889230b324bb2d35bef78bf5f214a1f'';
}; };
} }