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

This commit is contained in:
steveej 2022-07-25 13:15:46 +02:00
parent d628139b69
commit 291724aba9

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 = "cf034a867e08b7e083df1658c915c58456dbbde2"; rev = "e3583ad6e533a9d8dd78f90bfa93812d390ea187";
}; };
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 = "5f43d8b088d3771274bcfb69d3c7435b1121ac88"; rev = "e494a908e8895b9cba18e21d5fc83362f64b3f6a";
}; };
"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 = "de5b3dd17034e6106e75746e81618e5bd408de8a"; rev = "5516b991bcc4c7a786a7d7eb5bb4a1d8dae0031b";
}; };
"nixpkgs-master" = { "nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/"; url = "https://github.com/NixOS/nixpkgs/";
ref = "master"; ref = "master";
rev = "3567e122f4d5bd1f2ef157e76e827077e037f78b"; rev = "a8a4f3dafa990ab0e26b07235ec0b9db1806f79f";
}; };
"home-manager-module" = { "home-manager-module" = {
url = "https://github.com/nix-community/home-manager"; url = "https://github.com/nix-community/home-manager";