Skip to content

Commit

Permalink
nix: Move note
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Spinale <nick@nickspinale.com>
  • Loading branch information
nspin committed Jan 7, 2024
1 parent 7cafe42 commit 84e305b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions hacking/nix/rust-utils/build-crate-in-layers.nix
Original file line number Diff line number Diff line change
Expand Up @@ -259,5 +259,3 @@ in let
}));

in final

# NOTE "-Z avoid-dev-deps" for deps of std
2 changes: 2 additions & 0 deletions hacking/nix/rust-utils/build-sysroot.nix
Original file line number Diff line number Diff line change
Expand Up @@ -105,3 +105,5 @@ runCommand "sysroot" {
# d=$out/$rel
# mkdir -p $d
# ln -s ${rustToolchain}/$rel/* $d

# NOTE "-Z avoid-dev-deps" for deps of std

0 comments on commit 84e305b

Please sign in to comment.