summaryrefslogtreecommitdiffstats
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 7f9ffe7..9a78e32 100644
--- a/flake.nix
+++ b/flake.nix
@@ -24,6 +24,10 @@
homepage = "https://codeberg.org/Cyborus/forgejo-cli/";
license = with licenses; [ asl20 /* or */ mit ];
};
+
+ env = {
+ BUILD_TYPE = "flake";
+ };
};
packages.default = packages.forgejo-cli;