Skip to content

Commit

Permalink
refac: change to shell pkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
aripiprazole authored Dec 24, 2024
1 parent bd5d32b commit 74c2f94
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,16 @@
if pkgs.stdenv.isLinux
then generalBuildInputs ++ [ pkgs.jemalloc pkgs.pkgsi686Linux.glibc ]
else generalBuildInputs ++ [ pkgs.darwin.apple_sdk.frameworks.SystemConfiguration ];
nativeBuildInputs = with pkgs; [ git rust clang protobuf sccache rust-analyzer ];
nativeBuildInputs = with pkgs; [ git rust clang protobuf sccache ];

shellPkgs = [
pkgs.bashInteractive
# Run project-specific commands
pkgs.just
# Run Github actions locally
pkgs.act
# Rust Analyzer binary
pkgs.rust-analyzer
];
in
{
Expand Down

0 comments on commit 74c2f94

Please sign in to comment.