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

This commit is contained in:
steveej 2022-08-13 20:08:35 +02:00
parent 3333e942ce
commit c4ffc423d5

View file

@ -2,7 +2,7 @@ let
nixpkgs = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-22.05";
rev = "92fe622fdfe477a85662bb77678e39fa70373f13";
rev = "5c211b47aeadcc178c5320afd4e74c7eed5c389f";
};
in
@ -15,17 +15,17 @@ in
"channels-nixos-unstable" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-unstable";
rev = "39d7f929fbcb1446ad7aa7441b04fb30625a4190";
rev = "c4a0efdd5a728e20791b8d8d2f26f90ac228ee8d";
};
"channels-nixos-unstable-small" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-unstable-small";
rev = "fb520531bbed31c8f4adbc9aa87a786eec2f51f7";
rev = "71d9ee04f44051acbca335b6c5f583902e329987";
};
"nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/";
ref = "master";
rev = "e724ff22b2c6050a235b7f61a1b7c8fb80737eee";
rev = "25dd3459beaec1a5391178150d6491885835ec57";
};
"home-manager-module" = {
url = "https://github.com/nix-community/home-manager";