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

This commit is contained in:
steveej 2023-02-15 13:02:30 +01:00
parent 0c2bcd19cb
commit 27a0030816

View file

@ -3,7 +3,7 @@ let
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-22.11";
rev = ''
103fe0800b9d739c279997561c9da9d242d5b6b8'';
c43f676c938662072772339be6269226c77b51b8'';
};
in {
inherit nixpkgs;
@ -13,19 +13,19 @@ in {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-unstable";
rev = ''
e5530aba13caff5a4f41713f1265b754dc2abfd8'';
545c7a31e5dedea4a6d372712a18e00ce097d462'';
};
"channels-nixos-unstable-small" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-unstable-small";
rev = ''
0394479b9e8d5492f2d29482825661522219499a'';
b6e8ebef1966ec47edc3f1e92f3ccf6f82d0c7c4'';
};
"nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "master";
rev = ''
532f202b6490c646817796ba09e88c8b7bea74c1'';
ecc96be9787cfdea1b8f57aec08ad9545affc2a6'';
};
"home-manager-module" = {
url = "https://github.com/nix-community/home-manager";