Skip to content

Commit

Permalink
Only add static executable to docker image
Browse files Browse the repository at this point in the history
We don't need more (of ldap-scim-bridge, at least.)
  • Loading branch information
supersven committed Jan 22, 2025
1 parent af61cdd commit eb116dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit eb116dd

Please sign in to comment.