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

This commit is contained in:
steveej 2022-12-25 14:03:46 -06:00
parent a6371ce7d5
commit e798ebbf8a

View file

@ -3,7 +3,7 @@ let
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-22.05";
rev = ''
fecf05d4861f3985e8dee73f08bc82668ef75125'';
79e63f30ed2ff36cd0d9c2f7dadae5925c1a65db'';
};
in {
@ -14,19 +14,19 @@ in {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-unstable";
rev = ''
a115bb9bd56831941be3776c8a94005867f316a7'';
652e92b8064949a11bc193b90b74cb727f2a1405'';
};
"channels-nixos-unstable-small" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-unstable-small";
rev = ''
10f32aad0c94019aafd1a6f4d452af4b7809c219'';
18ee49839ea8817218c3bfe3a62e06f47a10fdd5'';
};
"nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "master";
rev = ''
e8b8afb2552b76e9ac2cf8b9245c9fe31f8ac9d2'';
aac1f0b25e6b04afad8e05dec5828f5c02398bd1'';
};
"home-manager-module" = {
url = "https://github.com/nix-community/home-manager";