Skip to content

Commit

Permalink
use min env for plugin output
Browse files Browse the repository at this point in the history
  • Loading branch information
tek committed Oct 22, 2023
1 parent baa49f0 commit 5b936fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ops/api.nix
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,14 @@ with lib;

outputs.apps.boot = {
type = "app";
program = "${import ./boot.nix {inherit self config; }}";
program = "${import ./boot.nix { inherit self config; }}";
};

outputs.packages.plugin = let

name = config.exe;

dir = config.outputs.packages.${name};
dir = config.outputs.packages.${name}.min;

plugin = config.pkgs.writeTextFile {
inherit name;
Expand Down

0 comments on commit 5b936fc

Please sign in to comment.