modules/hyprspace: inputs.depot -> inputs.hyprspace
This commit is contained in:
parent
c0e38fce7c
commit
ec1221e5da
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
{ inputs, pkgs, lib, hosts, config, ... }:
|
||||
let
|
||||
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;
|
||||
peersFormatted = builtins.mapAttrs (name: x: {
|
||||
inherit name;
|
||||
|
|
Loading…
Reference in a new issue