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

This commit is contained in:
steveej 2022-08-26 09:19:33 +02:00
parent 3c895a3400
commit 572f13f495

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 = "9b9f4bb4e1125a2b9734b05a4c35ff388cabec05"; rev = "058de3818577db19d1965c21e2479916a3eaaf95";
}; };
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 = "8ea014acc33da95ea56c902229957d8225005163"; rev = "b784c5ae63dd288375af1b4d37b8a27dd8061887";
}; };
"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 = "b055aadc3d69aa1183d4c88f904c6bda096c9ae5"; rev = "3bbe5c61d3b8aaa7af8bf375dce2858385607186";
}; };
"nixpkgs-master" = { "nixpkgs-master" = {
url = "https://github.com/NixOS/nixpkgs/"; url = "https://github.com/NixOS/nixpkgs/";
ref = "master"; ref = "master";
rev = "1a9c66f883bd8ccd71279a7faabe1a5556b9ccb2"; rev = "fb570e907482f7fefca8309e94844679715a8604";
}; };
"home-manager-module" = { "home-manager-module" = {
url = "https://github.com/nix-community/home-manager"; url = "https://github.com/nix-community/home-manager";