Skip to content

Commit

Permalink
add default devShells
Browse files Browse the repository at this point in the history
You will have trouble using this tho with direnv since `use nix` is
hard-coded into the project’s `.envrc`
  • Loading branch information
toastal committed Apr 2, 2024
1 parent caebd40 commit 04520f6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,9 @@
});

checks = forAllSystems (system: result.${system}.checks);

devShells = forAllSystems (system: {
default = result.${system}.shell;
});
};
}

0 comments on commit 04520f6

Please sign in to comment.