home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 7479df92dcbad5281e8029772cbf70b956b5c2a2
parent 1ee660447fe1be64350f57ef34589f5da8e474ff
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Thu, 20 Jun 2019 11:47:32 +0200

decode-kubernetes-secrets.py: use nix-shell shebangs

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mpkgs/scripts/bin/decode-kubernetes-secrets.py | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pkgs/scripts/bin/decode-kubernetes-secrets.py b/pkgs/scripts/bin/decode-kubernetes-secrets.py @@ -1,4 +1,5 @@ -#!/usr/bin/env python +#! /usr/bin/env nix-shell +#! nix-shell -i python3 -p python3 -p python37Packages.pyaml # -*- coding: utf-8 -*- # Author: Chmouel Boudjnah <chmouel@chmouel.com> #