Skip to content

Commit

Permalink
build(nix): slim down to rustDev shell
Browse files Browse the repository at this point in the history
  • Loading branch information
jost-s committed Nov 17, 2023
1 parent 5d3b813 commit 7e56c0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: test
on: [push]

jobs:
cargo-test:
lint-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
perSystem = { config, system, pkgs, ... }:
{
devShells.default = pkgs.mkShell {
inputsFrom = [ holonix.devShells.${system}.coreDev ];
inputsFrom = [ holonix.devShells.${system}.rustDev ];
packages = with pkgs; [
# add further packages from nixpkgs
];
Expand Down

0 comments on commit 7e56c0a

Please sign in to comment.