modules/hyprspace: inputs.depot -> inputs.hyprspace

This commit is contained in:
Max Headroom 2024-05-03 01:32:35 +02:00
parent c0e38fce7c
commit ec1221e5da

View file

@ -1,7 +1,7 @@
{ inputs, pkgs, lib, hosts, config, ... }: { inputs, pkgs, lib, hosts, config, ... }:
let let
inherit (config.networking) hostName; inherit (config.networking) hostName;
inherit (inputs.depot.packages.${pkgs.system}) hyprspace; hyprspace = inputs.hyprspace.packages.${pkgs.system}.default;
hyprspaceCapableNodes = lib.filterAttrs (_: host: host ? hyprspace) hosts; hyprspaceCapableNodes = lib.filterAttrs (_: host: host ? hyprspace) hosts;
peersFormatted = builtins.mapAttrs (name: x: { peersFormatted = builtins.mapAttrs (name: x: {
inherit name; inherit name;