1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-10 04:43:53 +02:00

rl-next: Add credit

This commit is contained in:
Robert Hensing 2024-07-25 05:57:06 +02:00
parent 4bfc96f376
commit 8a7e31362a
5 changed files with 14 additions and 1 deletions

View file

@ -26,3 +26,5 @@ This also applies to `nix-shell` shebang scripts. Consider the following example
This will now load `shell.nix` from the script's directory, if it exists; `default.nix` otherwise.
The old behavior can be opted into by setting the option [`nix-shell-always-looks-for-shell-nix`](@docroot@/command-ref/conf-file.md#conf-nix-shell-always-looks-for-shell-nix) to `false`.
Author: [**Robert Hensing (@roberth)**](https://github.com/roberth)