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

This commit is contained in:
steveej 2022-08-19 20:09:49 +02:00
parent e0613a37c8
commit 3c895a3400

View file

@ -2,7 +2,7 @@ let
nixpkgs = { nixpkgs = {
url = "https://github.com/NixOS/nixpkgs/"; url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-22.05"; ref = "nixos-22.05";
rev = "5c211b47aeadcc178c5320afd4e74c7eed5c389f"; rev = "9b9f4bb4e1125a2b9734b05a4c35ff388cabec05";
}; };
in in
@ -15,17 +15,17 @@ in
"channels-nixos-unstable" = { "channels-nixos-unstable" = {
url = "https://github.com/NixOS/nixpkgs/"; url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-unstable"; ref = "nixos-unstable";
rev = "c4a0efdd5a728e20791b8d8d2f26f90ac228ee8d"; rev = "8ea014acc33da95ea56c902229957d8225005163";
}; };
"channels-nixos-unstable-small" = { "channels-nixos-unstable-small" = {
url = "https://github.com/NixOS/nixpkgs/"; url = "https://github.com/NixOS/nixpkgs/";
ref = "nixos-unstable-small"; ref = "nixos-unstable-small";
rev = "71d9ee04f44051acbca335b6c5f583902e329987"; rev = "b055aadc3d69aa1183d4c88f904c6bda096c9ae5";
}; };
"nixpkgs-master" = { "nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/"; url = "https://github.com/NixOS/nixpkgs/";
ref = "master"; ref = "master";
rev = "25dd3459beaec1a5391178150d6491885835ec57"; rev = "1a9c66f883bd8ccd71279a7faabe1a5556b9ccb2";
}; };
"home-manager-module" = { "home-manager-module" = {
url = "https://github.com/nix-community/home-manager"; url = "https://github.com/nix-community/home-manager";