aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 557efdc..c44aeaf 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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";