modules/hyprspace: use package from depot
This commit is contained in:
parent
8e01a64b85
commit
e715c92530
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.self.packages.${pkgs.system}) hyprspace;
|
||||
inherit (inputs.depot.packages.${pkgs.system}) hyprspace;
|
||||
hyprspaceCapableNodes = lib.filterAttrs (_: host: host ? hypr) hosts;
|
||||
peersFormatted = builtins.mapAttrs (_: x: { "${x.hypr.addr}".id = x.hypr.id; }) hyprspaceCapableNodes;
|
||||
peersFiltered = lib.filterAttrs (name: _: name != hostName) peersFormatted;
|
||||
|
|
Loading…
Reference in a new issue