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

This commit is contained in:
steveej 2022-06-05 22:58:29 +02:00
parent cc2c22f866
commit 06a4a95543

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 = "7a20c208aacf4964c19186dcad51f89165dc7ed0"; rev = "d9794b04bffb468b886c553557489977ae5f4c65";
}; };
in in
@ -20,12 +20,12 @@ in
"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 = "a7c9f34b0b660b0950a23ff80c5d9f42cc5e8532"; rev = "34a7b3142e34796133fcb3f9c857d7b17982fdaa";
}; };
"nixpkgs-master" = { "nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/"; url = "https://github.com/NixOS/nixpkgs/";
ref = "master"; ref = "master";
rev = "8a970d86eec048945c22b94ee0ce1fb6b0717dd6"; rev = "d8bbeaa5c86c3f296275d154b4d0952a4cfbda54";
}; };
"home-manager-module" = { "home-manager-module" = {
url = "https://github.com/nix-community/home-manager"; url = "https://github.com/nix-community/home-manager";