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