From ec1221e5dafcc1a6cd1b9323307e0b7b36f95a9a Mon Sep 17 00:00:00 2001 From: Max Date: Fri, 3 May 2024 01:32:35 +0200 Subject: [PATCH] modules/hyprspace: inputs.depot -> inputs.hyprspace --- modules/hyprspace/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hyprspace/default.nix b/modules/hyprspace/default.nix index ea6a268..1bb327f 100644 --- a/modules/hyprspace/default.nix +++ b/modules/hyprspace/default.nix @@ -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;