From b6f05e7bab5ffac89910b8a659106c14ff63ef3a Mon Sep 17 00:00:00 2001 From: Kiara Grouwstra Date: Thu, 19 Jun 2025 10:15:58 +0200 Subject: [PATCH] add missing nixops4 package --- panel/nix/configuration.nix | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/panel/nix/configuration.nix b/panel/nix/configuration.nix index ccc6506a..c0c78cc6 100644 --- a/panel/nix/configuration.nix +++ b/panel/nix/configuration.nix @@ -2,6 +2,7 @@ config, pkgs, lib, + inputs, ... }: let @@ -145,6 +146,19 @@ in NixOps4 from the package's npins-based code, we will have to do with this workaround. ''; + default = + let + sources = import ../../npins; + inherit (import sources.flake-inputs) import-flake load-flake; + inherit + (import-flake { + src = ../../.; + }) + inputs + ; + inherit (inputs) nixops4; + in + (load-flake nixops4).packages.${pkgs.system}.default; }; deployment = {