Skip to content

Commit

Permalink
nix: Improve clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
nspin committed Oct 30, 2024
1 parent 0c1348c commit a7166cb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions hacking/nix/rust-utils/build-crates-in-layers.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,16 @@

let
defaultStdenv = stdenv;
in

let
inherit (scopeConfig) runClippyDefault;

# TODO not actually resulting in errors
denyWarningsDefault =
# true
false
;

inherit (scopeConfig) runClippyDefault;

in

{ stdenv ? defaultStdenv
Expand Down

0 comments on commit a7166cb

Please sign in to comment.