about summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/copy-from-other-stores.pl.in2
-rwxr-xr-xscripts/nix-build.in2
-rwxr-xr-xscripts/nix-channel.in2
-rwxr-xr-xscripts/nix-collect-garbage.in2
-rwxr-xr-xscripts/nix-install-package.in2
5 files changed, 5 insertions, 5 deletions
diff --git a/scripts/copy-from-other-stores.pl.in b/scripts/copy-from-other-stores.pl.in
index 10130c0893ea..b930b720725e 100755
--- a/scripts/copy-from-other-stores.pl.in
+++ b/scripts/copy-from-other-stores.pl.in
@@ -1,4 +1,4 @@
-#! @perl@ -w
+#! @perl@ -w @perlFlags@
 
 use strict;
 use File::Basename;
diff --git a/scripts/nix-build.in b/scripts/nix-build.in
index 68c24b75d440..a4615e4bdb72 100755
--- a/scripts/nix-build.in
+++ b/scripts/nix-build.in
@@ -1,4 +1,4 @@
-#! @perl@ -w -I@libexecdir@/nix
+#! @perl@ -w @perlFlags@
 
 use strict;
 use Nix::Config;
diff --git a/scripts/nix-channel.in b/scripts/nix-channel.in
index 9bfa04722647..e54d0d370659 100755
--- a/scripts/nix-channel.in
+++ b/scripts/nix-channel.in
@@ -1,4 +1,4 @@
-#! @perl@ -w
+#! @perl@ -w -I@libexecdir@/nix
 
 use strict;
 use Nix::Config;
diff --git a/scripts/nix-collect-garbage.in b/scripts/nix-collect-garbage.in
index 00e61a24b785..835213226f23 100755
--- a/scripts/nix-collect-garbage.in
+++ b/scripts/nix-collect-garbage.in
@@ -1,4 +1,4 @@
-#! @perl@ -w
+#! @perl@ -w @perlFlags@
 
 use strict;
 use Nix::Config;
diff --git a/scripts/nix-install-package.in b/scripts/nix-install-package.in
index 178b14c7468f..951c2918fa70 100755
--- a/scripts/nix-install-package.in
+++ b/scripts/nix-install-package.in
@@ -1,4 +1,4 @@
-#! @perl@ -w
+#! @perl@ -w @perlFlags@
 
 use strict;
 use File::Temp qw(tempdir);