Fix the shebang to allow `./get-nix-kconfig.py`
authorAlexander Popov <alex.popov@linux.com>
Sat, 28 Mar 2020 20:58:29 +0000 (23:58 +0300)
committerAlexander 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

index b69692c8b7aec589e3d4c1cb3cbd2dcace079490..f8c49d1aedb57be302f49176b28618447559a0b7 100644 (file)
@@ -1,4 +1,5 @@
-#!/usr/bin/env python
+#! /usr/bin/env nix-shell
+#! nix-shell -i python3 -p python3
 
 import json
 import os