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

This commit is contained in:
steveej 2022-08-09 10:55:55 +02:00
parent 888e414e25
commit 15f21b27dc

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 = "3c8a5fa9a699d6910bbe70490918f1a4adc1e462"; rev = "92fe622fdfe477a85662bb77678e39fa70373f13";
}; };
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 = "4bdf4169ad2896236895ca607a843f30c9680345"; rev = "39d7f929fbcb1446ad7aa7441b04fb30625a4190";
}; };
"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 = "0e27b0d8c3e0e5046b87369c18246ab1132a3568"; rev = "fb520531bbed31c8f4adbc9aa87a786eec2f51f7";
}; };
"nixpkgs-master" = { "nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/"; url = "https://github.com/NixOS/nixpkgs/";
ref = "master"; ref = "master";
rev = "6efa5c77edd931f53f4f68768ec54bbe596c8492"; rev = "e724ff22b2c6050a235b7f61a1b7c8fb80737eee";
}; };
"home-manager-module" = { "home-manager-module" = {
url = "https://github.com/nix-community/home-manager"; url = "https://github.com/nix-community/home-manager";