From f794b832add2752bc56fc4bc2e2e9c911cca40b3 Mon Sep 17 00:00:00 2001 From: Thiago Kenji Okada Date: Mon, 29 Jul 2024 01:50:02 +0100 Subject: [PATCH] 2024-07-27/01: fix typos --- 2024-07-27/01-quick-bits-nix-shell-is-cursed.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/2024-07-27/01-quick-bits-nix-shell-is-cursed.md b/2024-07-27/01-quick-bits-nix-shell-is-cursed.md index 01395ac..f87a616 100644 --- a/2024-07-27/01-quick-bits-nix-shell-is-cursed.md +++ b/2024-07-27/01-quick-bits-nix-shell-is-cursed.md @@ -51,12 +51,12 @@ like the classic case of a [bug that becomes a feature](https://github.com/NixOS/nix/issues/2570#issuecomment-446222206). Update: after posting this in -[Lobte.rs](https://lobste.rs/s/gkcgza/quick_bits_nix_shell_is_cursed) it seems +[Lobte.rs](https://lobste.rs/s/gkcgza/quick_bits_nix_shell_is_cursed), it seems someone decided to open a [Pull Request](https://github.com/NixOS/nix/pull/11202) to document this behavior. Also the equivalent for the new [nix CLI](https://nix.dev/manual/nix/2.23/command-ref/new-cli/nix#shebang-interpreter) explicitly documents this behavior: -> Note that the `#!` nix lines don't need to follow after the first line, to +> Note that the `#! nix` lines don't need to follow after the first line, to > accomodate other interpreters.