From e36a9ff907e159aba1a28fd6531b24b40196e262 Mon Sep 17 00:00:00 2001 From: EsVagy42 Date: Thu, 22 May 2025 18:53:10 +0200 Subject: [PATCH] Added nix shebang to rc2nix.py --- commit_text | 2 +- rc2nix.py | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/commit_text b/commit_text index fa90fa7..5fffa7a 100644 --- a/commit_text +++ b/commit_text @@ -1 +1 @@ -Updated flake +Added nix shebang to rc2nix.py diff --git a/rc2nix.py b/rc2nix.py index 2f92348..ed0c275 100755 --- a/rc2nix.py +++ b/rc2nix.py @@ -1,4 +1,5 @@ -#!/usr/bin/env python +#! /usr/bin/env nix +#! nix shell nixpkgs#python3 --command python # https://github.com/nix-community/plasma-manager/blob/trunk/script/rc2nix.py # https://github.com/mcdonc/plasma-manager/blob/enable-look-and-feel-settings/script/rc2nix.rb