modules/hyprspace: use external package
This commit is contained in:
parent
5a6d473d93
commit
621f93e310
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
{ pkgs, depot, lib, config, ... }:
|
||||
let
|
||||
inherit (config.networking) hostName;
|
||||
inherit (depot.packages) hyprspace;
|
||||
hyprspace = depot.inputs.hyprspace.packages.default;
|
||||
hyprspaceCapableNodes = lib.filterAttrs (_: host: host.hyprspace.enable) depot.hours;
|
||||
peersFormatted = builtins.mapAttrs (name: x: {
|
||||
inherit name;
|
||||
|
|
Loading…
Reference in a new issue