Skip to content
This repository was archived by the owner on Dec 24, 2025. It is now read-only.

Commit c2d1573

Browse files
authored
??????
1 parent 297f423 commit c2d1573

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

flake.nix

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,7 @@
9090
${optionalString (cfg.notesFile != null) "--notes-file ${cfg.notesFile}"}
9191
'';
9292

93-
environment = {
94-
RUST_BACKTRACE = "true";
95-
};
93+
environment.RUST_BACKTRACE = "true";
9694

9795
# Why can't this shit just be the default?
9896
CapabilityBoundingSet = "";

0 commit comments

Comments
 (0)