Skip to content

Commit

Permalink
Small fix for dev shell
Browse files Browse the repository at this point in the history
  • Loading branch information
lucperkins committed Apr 22, 2024
1 parent 0f28bc8 commit cd12e95
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@

devShells = forAllSystems ({ system, pkgs, ... }: {
default = pkgs.mkShell {
name = "dev";
buildInputs = with pkgs; [
packages = with pkgs; [
nixpkgs-fmt
rustfmt
cargo-outdated
Expand All @@ -78,10 +77,6 @@
]
++ inputs.self.packages.${system}.flakehub-push.buildInputs
++ pkgs.lib.optionals pkgs.stdenv.isDarwin (with pkgs.darwin.apple_sdk.frameworks; [ Security ]);

nativeBuildInputs = with pkgs; [
]
++ inputs.self.packages.${system}.flakehub-push.nativeBuildInputs;
};
});

Expand Down

0 comments on commit cd12e95

Please sign in to comment.