From: Alexander Popov Date: Sat, 28 Mar 2020 20:58:29 +0000 (+0300) Subject: Fix the shebang to allow `./get-nix-kconfig.py` X-Git-Tag: v0.5.7~43 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=7bfa867fba3fccb3e999a1b2f46b397a982ba214;p=kconfig-hardened-check.git Fix the shebang to allow `./get-nix-kconfig.py` Thanks to @Mic92 Refers to #27 --- diff --git a/contrib/get-nix-kconfig.py b/contrib/get-nix-kconfig.py index b69692c..f8c49d1 100644 --- 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