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

This commit is contained in:
steveej 2023-02-12 20:45:17 +01:00
parent e7e122829e
commit 9a4d9f8989

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 = ''
af96094e9b8eb162d70a84fa3b39f4b7a8b264d2''; 103fe0800b9d739c279997561c9da9d242d5b6b8'';
}; };
in { in {
inherit nixpkgs; inherit nixpkgs;
@ -13,19 +13,19 @@ in {
url = "https://github.com/NixOS/nixpkgs/"; url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-unstable"; ref = "nixos-unstable";
rev = '' rev = ''
fab09085df1b60d6a0870c8a89ce26d5a4a708c2''; e5530aba13caff5a4f41713f1265b754dc2abfd8'';
}; };
"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 = ''
aa5d1ca2f217b4f05a265958ad0de17c70167cab''; 0394479b9e8d5492f2d29482825661522219499a'';
}; };
"nixpkgs-master" = { "nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/"; url = "https://github.com/NixOS/nixpkgs/";
ref = "master"; ref = "master";
rev = '' rev = ''
c257eba8e2cd34d9213ffc6f3c6a81ea9c313a62''; 532f202b6490c646817796ba09e88c8b7bea74c1'';
}; };
"home-manager-module" = { "home-manager-module" = {
url = "https://github.com/nix-community/home-manager"; url = "https://github.com/nix-community/home-manager";