From 21fa9545c269a74ed8af389928e2c8d507a6c599 Mon Sep 17 00:00:00 2001 From: ulic-youthlic Date: Sat, 12 Jul 2025 05:41:44 +0800 Subject: [PATCH] devShell: Add name for devShell environment --- flake/perSystem.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake/perSystem.nix b/flake/perSystem.nix index b6898c6..bbc00da 100644 --- a/flake/perSystem.nix +++ b/flake/perSystem.nix @@ -23,6 +23,7 @@ }; }; devShells.default = pkgs.mkShell { + name = "nixos-shell"; packages = with pkgs; [ nixd nil