projects
/
kconfig-hardened-check.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4768e21
)
Fix the shebang to allow `./get-nix-kconfig.py`
author
Alexander Popov
<alex.popov@linux.com>
Sat, 28 Mar 2020 20:58:29 +0000
(23:58 +0300)
committer
Alexander Popov
<alex.popov@linux.com>
Sat, 28 Mar 2020 21:03:29 +0000
(
00:03
+0300)
Thanks to @Mic92
Refers to #27
contrib/get-nix-kconfig.py
patch
|
blob
|
history
diff --git
a/contrib/get-nix-kconfig.py
b/contrib/get-nix-kconfig.py
index b69692c8b7aec589e3d4c1cb3cbd2dcace079490..f8c49d1aedb57be302f49176b28618447559a0b7 100644
(file)
--- a/
contrib/get-nix-kconfig.py
+++ b/
contrib/get-nix-kconfig.py
@@
-1,4
+1,5
@@
-#!/usr/bin/env python
+#! /usr/bin/env nix-shell
+#! nix-shell -i python3 -p python3
import json
import os