Skip to content

Commit

Permalink
devShell -> devShells.default
Browse files Browse the repository at this point in the history
  • Loading branch information
samhh committed Jun 2, 2023
1 parent 3fbd868 commit 15bcd97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
let pkgs = nixpkgs.legacyPackages.${system};
in
{
devShell = pkgs.mkShell {
devShells.default = pkgs.mkShell {
nativeBuildInputs = with pkgs; [
cargo
clippy
Expand Down

0 comments on commit 15bcd97

Please sign in to comment.