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

This commit is contained in:
steveej 2023-03-31 22:53:31 +02:00
parent 8f838542ce
commit a8233d88e3

View file

@ -3,7 +3,7 @@ let
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-22.11";
rev = ''
5b7cd5c39befee629be284970415b6eb3b0ff000'';
a575c243c23e2851b78c00e9fa245232926ec32f'';
};
in {
inherit nixpkgs;
@ -13,19 +13,19 @@ in {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-unstable";
rev = ''
4bb072f0a8b267613c127684e099a70e1f6ff106'';
e3652e0735fbec227f342712f180f4f21f0594f2'';
};
"channels-nixos-unstable-small" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-unstable-small";
rev = ''
e608c90a1cf381dde6ac9e0f085337150f2af3e2'';
3364b5b117f65fe1ce65a3cdd5612a078a3b31e3'';
};
"nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "master";
rev = ''
b7fc729117a70d0df9e9adfc624662148e32ca0a'';
737c94a12c7e622f295d6a352000a23db96ed6fa'';
};
"home-manager-module" = {
url = "https://github.com/nix-community/home-manager";