diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-08-23 19:47:06 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-08-23 19:47:06 +0200 |
| commit | d5a9a76c0755e668ddefaa65edd4543898646678 (patch) | |
| tree | 4404982ed382bbedefd073b795518b3ce52a8be1 /nix/package.nix | |
| parent | crates/client/daemon/status: Fail, when connection to daemon fails (diff) | |
| download | atuin-d5a9a76c0755e668ddefaa65edd4543898646678.zip | |
nix/package: Build in release profile
Diffstat (limited to 'nix/package.nix')
| -rw-r--r-- | nix/package.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nix/package.nix b/nix/package.nix index 1f4d5498..8712c3a2 100644 --- a/nix/package.nix +++ b/nix/package.nix @@ -36,9 +36,9 @@ craneLib.buildPackage { || (lib.strings.hasSuffix ".sql" (builtins.baseNameOf name)); }; - env = { - CARGO_PROFILE = "dev"; - }; + # env = { + # CARGO_PROFILE = "dev"; + # }; # cargoLock = { # lockFile = ../Cargo.lock; |
