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

This commit is contained in:
steveej 2022-09-21 22:46:22 +02:00
parent aba79cdd2f
commit f380569b22

View file

@ -2,7 +2,7 @@ let
nixpkgs = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-22.05";
rev = "20dc478985d6545df53f0153f4af125eb014083d";
rev = "e64df9c5c8ffa0c9a82006e410ad630e32e6063d";
};
in
@ -20,12 +20,12 @@ in
"channels-nixos-unstable-small" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-unstable-small";
rev = "2c8e67bf6b88d8cffc67cdbfbc018061388f2b64";
rev = "6dd37d2f7af4e8ebf374a78f61559f8ac0efe43a";
};
"nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "master";
rev = "a6b17313d349378ac5b1c33fb52f7d16798aed5a";
rev = "e2f9df093a9c5cead7b0f38ef937bd2f81677716";
};
"home-manager-module" = {
url = "https://github.com/nix-community/home-manager";