diff options
| author | andromeda <andromeda@lenovo> | 2026-03-05 21:08:44 +0100 |
|---|---|---|
| committer | andromeda <andromeda@lenovo> | 2026-03-05 21:08:44 +0100 |
| commit | 0d739522a029b719bd49f509d3113ad4eb59a291 (patch) | |
| tree | a63a027e3d2cfcb07838e59cbe0057b43221d2ae | |
| parent | 846c54653be9fe4fabf9019a5a2b864af0974f6e (diff) | |
copy libs also
| -rw-r--r-- | nix/pkgs/bootle.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nix/pkgs/bootle.nix b/nix/pkgs/bootle.nix index dd21018..39e66ce 100644 --- a/nix/pkgs/bootle.nix +++ b/nix/pkgs/bootle.nix @@ -20,6 +20,7 @@ in (naersk'.buildPackage { # just library build copyBins = false; + copyLibs = true; release = true; # build std |
