diff options
| -rw-r--r-- | flake.nix | 4 | ||||
| -rw-r--r-- | module.nix | 1 |
2 files changed, 2 insertions, 3 deletions
@@ -60,14 +60,14 @@ name = "nuogai"; src = ./.; modules = ./gomod2nix.toml; - buildInputs = (builtins.attrValues schemePkgs) + propagatedBuildInputs = (builtins.attrValues schemePkgs) ++ [ toaqScript imagemagick' ]; }; in { defaultPackage = nuogai; packages = schemePkgs // { inherit toaqScript nuogai; - imagemagick = imagemagick'; + imagemagickWithPango = imagemagick'; }; nixosModule = { config, pkgs, lib, ... }@args: import ./module.nix (args // { inherit self system; }); @@ -29,7 +29,6 @@ in with lib; { }; script = '' export TOKEN=$(cat ${cfg.tokenPath}) - export PATH+=${self.packages.${system}.imagemagick}/bin ${pkg}/bin/nuogai ''; }; |
