summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Hensing <robert@roberthensing.nl>2025-07-21 23:45:10 +0200
committerRobert Hensing <robert@roberthensing.nl>2025-08-02 18:17:31 +0200
commit3bc9864e0425354742ae53e718743bee006d8b0c (patch)
tree094c47a1065918dc84ebb3315a28998e1aea4e52
parentmkShell: Control devShell and override prompt (diff)
downloadnixpkgs-origin/devShellTools-shell.tar.gz
shell.nix: Set nameorigin/devShellTools-shell
-rw-r--r--shell.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell.nix b/shell.nix
index 6de2ff12daac..265d45085aeb 100644
--- a/shell.nix
+++ b/shell.nix
@@ -28,6 +28,7 @@ let
in
curPkgs
// pkgs.mkShellNoCC {
+ name = "nixpkgs";
inputsFrom = [
fmt.shell
];