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

This commit is contained in:
steveej 2023-03-16 14:20:42 +01:00
parent d45869c08f
commit 3d69036a19

View file

@ -3,7 +3,7 @@ let
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-22.11";
rev = ''
67f26c1cfc5d5783628231e776a81c1ade623e0b'';
9b8e5abb18324c7fe9f07cb100c3cd4a29cda8b8'';
};
in {
inherit nixpkgs;
@ -13,24 +13,24 @@ in {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-unstable";
rev = ''
5a1dc8acd977ff3dccd1328b7c4a6995429a656b'';
ac718d02867a84b42522a0ece52d841188208f2c'';
};
"channels-nixos-unstable-small" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-unstable-small";
rev = ''
1474943fd91fbe5567f7582acf568e0f999f4af1'';
03965a3d45862a4a16344bdc59ad2ca64542e9f6'';
};
"nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "master";
rev = ''
72a33b9e27976c1350f35090d2b304ba15dca487'';
95cb05fe7fb455e89ad3cfab1c18b0648910b283'';
};
"home-manager-module" = {
url = "https://github.com/nix-community/home-manager";
ref = "release-22.11";
rev = ''
b0be47978de5cfd729a79c3f57ace4c86364ff45'';
74e0b590c0c8eb99548b8db40c323ff61a2f37c4'';
};
}