nixos-rebuild-ng: rename template file to not trigger CI
This commit is contained in:
@@ -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
@@ -1,3 +1,4 @@
|
||||
# vim: set syntax=nix:
|
||||
let
|
||||
flake = builtins.getFlake ''${flake_path}'';
|
||||
configuration = flake.${flake_attr};
|
||||
Reference in New Issue
Block a user