Skip to content

Commit

Permalink
shell.nix: remove old dependency
Browse files Browse the repository at this point in the history
Not needed anymore since we use Zig to cross-compile for user-space.

Signed-off-by: Ivan Velickovic <[email protected]>
  • Loading branch information
Ivan-Velickovic committed Aug 7, 2024
1 parent 51b1c8f commit 7d80b1d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ in
# expect is only needed for CI testing but we include it for
# completeness
expect
# For when we need to build user-space applications for Linux guests
linux_aarch64_cross.buildPackages.gcc
];
hardeningDisable = [ "all" ];
# Need to specify this when using Rust with bindgen
Expand Down

0 comments on commit 7d80b1d

Please sign in to comment.