Skip to content

Commit 1e1a25c

Browse files
committed
build(nix): define release environment
Combine the common, optimize, and secure profiles to define the release environment. Signed-off-by: Daniel Noland <[email protected]>
1 parent 5fb207f commit 1e1a25c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

profiles.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,9 @@ in
6262
common
6363
debug
6464
];
65+
release = combine-profiles [
66+
common
67+
optimize
68+
secure
69+
];
6570
}

0 commit comments

Comments
 (0)