diff options
| author | Robert Hensing <robert@roberthensing.nl> | 2025-07-21 23:45:10 +0200 |
|---|---|---|
| committer | Robert Hensing <robert@roberthensing.nl> | 2025-08-02 18:17:31 +0200 |
| commit | 3bc9864e0425354742ae53e718743bee006d8b0c (patch) | |
| tree | 094c47a1065918dc84ebb3315a28998e1aea4e52 | |
| parent | mkShell: Control devShell and override prompt (diff) | |
| download | nixpkgs-origin/devShellTools-shell.tar.gz | |
shell.nix: Set nameorigin/devShellTools-shell
| -rw-r--r-- | shell.nix | 1 |
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 ]; |
