diff --git a/flake.nix b/flake.nix index 9a70bfc..ee4f446 100644 --- a/flake.nix +++ b/flake.nix @@ -69,7 +69,7 @@ tag = "build"; copyToRoot = pkgs.buildEnv { name = "image-root"; - paths = [ haskellPackages.ldap-scim-bridge ]; + paths = [ (pkgs.haskell.lib.justStaticExecutables haskellPackages.ldap-scim-bridge) ]; pathsToLink = [ "/bin" ]; }; config = {