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

This commit is contained in:
steveej 2022-11-15 14:11:13 +01:00
parent dd7bc4776d
commit a2314019ba

View file

@ -3,7 +3,7 @@ let
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-22.05";
rev = ''
c5091eec689acc45d4d818109236da31d3685ca2'';
16f4e04658c2ab10114545af2f39db17d51bd1bd'';
};
in {
@ -14,19 +14,19 @@ in {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-unstable";
rev = ''
5f588eb4a958f1a526ed8da02d6ea1bea0047b9f'';
013fcdd106823416918004bb684c3c186d3c460f'';
};
"channels-nixos-unstable-small" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-unstable-small";
rev = ''
fc07622617a373a742ed96d4dd536849d4bc1ec6'';
eacdbfb1bfa19e816e5e3716057202a3e6efb534'';
};
"nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "master";
rev = ''
b8e83fd7e16529ee331313993508c3bf918f1d57'';
bed01d8777e0675d270af7cc5cf71be7d2bcbd77'';
};
"home-manager-module" = {
url = "https://github.com/nix-community/home-manager";