Skip to content

Commit

Permalink
Merge pull request #392 from a-kenji/shell-drop
Browse files Browse the repository at this point in the history
shell: drop unneded shell inputs
  • Loading branch information
Mic92 authored Aug 16, 2024
2 parents 919baad + f77fd03 commit 2c775eb
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
pkgs ?
(builtins.getFlake (builtins.toString ./.)).inputs.nixpkgs.legacyPackages.${builtins.currentSystem},
boost ? pkgs.boost,
cargo-audit ? pkgs.cargo-audit,
cargo-edit ? pkgs.cargo-edit,
cargo-outdated ? pkgs.cargo-outdated,
cargo-watch ? pkgs.cargo-watch,
clippy ? pkgs.clippy,
lib ? pkgs.lib,
libiconv ? pkgs.libiconv,
Expand All @@ -32,10 +28,6 @@ pkgs.mkShell {
boost
rustfmt
clippy
cargo-watch
cargo-edit
cargo-outdated
cargo-audit
openssl
rust-analyzer
] ++ lib.optional (stdenv.isDarwin) [ libiconv ];
Expand Down

0 comments on commit 2c775eb

Please sign in to comment.