diff options
| author | Fuwn <[email protected]> | 2024-09-18 12:31:44 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-18 12:31:44 +0000 |
| commit | 9a24a4facae9c7921705e23a46a91b20637394f7 (patch) | |
| tree | fc416abc93191510284320d30d933094e762e49f | |
| parent | feat(rui): pass impure through extra arguments (diff) | |
| download | rui-9a24a4facae9c7921705e23a46a91b20637394f7.tar.xz rui-9a24a4facae9c7921705e23a46a91b20637394f7.zip | |
chore(flake): add ldflags to binary
| -rw-r--r-- | flake.nix | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -37,6 +37,11 @@ src = pkgs.lib.cleanSource ./.; vendorHash = "sha256-mN/QjzJ4eGfbW1H92cCKvC0wDhCR6IUes2HCZ5YBdPA="; + ldflags = [ + "-s" + "-w" + ]; + meta = with pkgs.lib; { description = "Personal NixOS Flake Manager"; homepage = "https://github.com/Fuwn/rui"; |