mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +02:00
fixup! add flakes.sh test for shebang supported types of comments
This commit is contained in:
parent
6227cd06bd
commit
9f7b2b93ce
1 changed files with 2 additions and 1 deletions
|
@ -97,12 +97,13 @@ cat > $nonFlakeDir/shebang-different-comments.sh <<EOF
|
|||
#! $(type -P env) nix
|
||||
# some comments
|
||||
// some comments
|
||||
/* some comments
|
||||
* some comments
|
||||
\ some comments
|
||||
% some comments
|
||||
@ some comments
|
||||
-- some comments
|
||||
(* some comment
|
||||
(* some comments
|
||||
#! nix --offline shell
|
||||
#! nix flake1#fooScript
|
||||
#! nix --no-write-lock-file --command cat
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue