Skip to content

Commit

Permalink
nix: Give devshell a name
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Sep 11, 2024
1 parent 887096e commit 7f6a766
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nix/modules/devshell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
{
perSystem = { config, self', pkgs, lib, ... }: {
devShells.default = pkgs.mkShell {
name = "rust-nix-template-shell";
inputsFrom = [
self'.devShells.rust
config.treefmt.build.devShell
Expand Down

0 comments on commit 7f6a766

Please sign in to comment.