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

This commit is contained in:
steveej 2022-11-25 16:46:10 -06:00
parent 37ecf7d4b1
commit 0a752b0fd3

View file

@ -3,7 +3,7 @@ let
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-22.05";
rev = ''
16f4e04658c2ab10114545af2f39db17d51bd1bd'';
0faaf0a9bb6dedb69bfd43ac06fb27fadc476c51'';
};
in {
@ -14,19 +14,19 @@ in {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-unstable";
rev = ''
013fcdd106823416918004bb684c3c186d3c460f'';
27ccd29078f974ddbdd7edc8e38c8c8ae003c877'';
};
"channels-nixos-unstable-small" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-unstable-small";
rev = ''
eacdbfb1bfa19e816e5e3716057202a3e6efb534'';
be82636dc642523617a5c70d7989755223cb66b5'';
};
"nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "master";
rev = ''
bed01d8777e0675d270af7cc5cf71be7d2bcbd77'';
9ecb3b8e4440db6051202d5183139c2608ea8ba4'';
};
"home-manager-module" = {
url = "https://github.com/nix-community/home-manager";