devShell: Add name for devShell environment

This commit is contained in:
ulic-youthlic 2025-07-12 05:41:44 +08:00
parent eb1781b2ba
commit 21fa9545c2
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721

View file

@ -23,6 +23,7 @@
};
};
devShells.default = pkgs.mkShell {
name = "nixos-shell";
packages = with pkgs; [
nixd
nil