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

This commit is contained in:
steveej 2023-02-09 20:09:05 +01:00
parent 0d609f74a3
commit e7e122829e

View file

@ -3,7 +3,7 @@ let
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-22.11";
rev = ''
0218941ea68b4c625533bead7bbb94ccce52dceb'';
af96094e9b8eb162d70a84fa3b39f4b7a8b264d2'';
};
in {
inherit nixpkgs;
@ -13,19 +13,19 @@ in {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-unstable";
rev = ''
2caf4ef5005ecc68141ecb4aac271079f7371c44'';
fab09085df1b60d6a0870c8a89ce26d5a4a708c2'';
};
"channels-nixos-unstable-small" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-unstable-small";
rev = ''
e7c66e1d78fdc7da61dc04ca0f94a8d59b034d5a'';
aa5d1ca2f217b4f05a265958ad0de17c70167cab'';
};
"nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "master";
rev = ''
3efe76e8efa1c2ac1f8f766ce1812a40a7861878'';
c257eba8e2cd34d9213ffc6f3c6a81ea9c313a62'';
};
"home-manager-module" = {
url = "https://github.com/nix-community/home-manager";