nixos-rebuild-ng: rename template file to not trigger CI

This commit is contained in:
Thiago Kenji Okada
2024-11-30 17:54:31 +00:00
parent fed6778da3
commit 6c3ba91ce4
2 changed files with 2 additions and 1 deletions
@@ -21,7 +21,7 @@ from .process import run_wrapper
from .utils import Args, dict_to_flags
FLAKE_FLAGS: Final = ["--extra-experimental-features", "nix-command flakes"]
FLAKE_REPL_TEMPLATE: Final = "repl.template.nix"
FLAKE_REPL_TEMPLATE: Final = "repl.nix.template"
logger = logging.getLogger(__name__)
@@ -1,3 +1,4 @@
# vim: set syntax=nix:
let
flake = builtins.getFlake ''${flake_path}'';
configuration = flake.${flake_attr};