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

This commit is contained in:
steveej 2023-01-21 12:05:48 +01:00
parent e6bcd62f8f
commit 426390797a

View file

@ -3,7 +3,7 @@ let
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-22.11";
rev = ''
6a0d2701705c3cf6f42c15aa92b7885f1f8a477f'';
cdead16a444a3e5de7bc9b0af8e198b11bb01804'';
};
in {
@ -14,19 +14,19 @@ in {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-unstable";
rev = ''
677ed08a50931e38382dbef01cba08a8f7eac8f6'';
d7705c01ef0a39c8ef532d1033bace8845a07d35'';
};
"channels-nixos-unstable-small" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-unstable-small";
rev = ''
ac949b889280f7258021d7af4e08d619bd7686a8'';
f043916573c888930442d101ff4adc2e4cae3665'';
};
"nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "master";
rev = ''
0bf714e78e85a0e2f21fce95d12a1be304caae92'';
68403fe04f6c85853ddd389c9e58dd9b9c8b0a36'';
};
"home-manager-module" = {
url = "https://github.com/nix-community/home-manager";