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

This commit is contained in:
steveej 2022-10-05 20:19:33 +02:00
parent 2dcb5d99e0
commit e298342ab1

View file

@ -2,7 +2,7 @@ let
nixpkgs = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-22.05";
rev = "9cac45850280978a21a3eb67b15a18f34cbffa2d";
rev = "fe76645aaf2fac3baaa2813fd0089930689c53b5";
};
in
@ -15,17 +15,17 @@ in
"channels-nixos-unstable" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-unstable";
rev = "59d2991d4256cdca1c0cda45d876c80a0fe45c31";
rev = "fd54651f5ffb4a36e8463e0c327a78442b26cbe7";
};
"channels-nixos-unstable-small" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-unstable-small";
rev = "15ffd20e8c26a23e95293d15dcb25237aa44cb1c";
rev = "c9f0cb9bb844dc2802e04cfb8e6c24a698bc633a";
};
"nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "master";
rev = "5f53dac66aa7df8d2837b60f87aa1fcefb5f3ad1";
rev = "37bd39839acf99c5b738319f42478296f827f274";
};
"home-manager-module" = {
url = "https://github.com/nix-community/home-manager";