Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamc committed Nov 12, 2023
1 parent abd6c30 commit 016f6cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,10 @@
RUSTFLAGS = "--cfg tokio_unstable";
cargoTestOptions = f: f ++ [ "--all" ];

NIX_INSTALLER_TARBALL = inputs."nix_tar_${final.stdenv.system}";

override = { preBuild ? "", ... }: {
preBuild = preBuild + ''
NIX_INSTALLER_TARBALL=${inputs."nix_tar_${final.stdenv.system}"}
# logRun "cargo clippy --all-targets --all-features -- -D warnings"
'';
};
Expand Down

0 comments on commit 016f6cb

Please sign in to comment.