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

This commit is contained in:
steveej 2023-04-03 22:13:02 +02:00
parent a8233d88e3
commit 27699629a2

View file

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