Skip to content

Commit

Permalink
fix nixos-anywhere.sh path
Browse files Browse the repository at this point in the history
  • Loading branch information
pogobanane authored and Mic92 committed Jul 24, 2023
1 parent 6159224 commit fbc9895
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nixos-anywhere-pxe.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

FILE = Union[None, int, IO]

NIXOS_ANYWHERE_SH = Path(__file__).parent.absolute() / "src/nixos-anywhere.sh"

def run(
cmd: Union[str, list[str]],
Expand Down Expand Up @@ -337,7 +338,7 @@ def nixos_anywhere(
[
# FIXME: path
"bash",
"./src/nixos-remote.sh",
str(NIXOS_ANYWHERE_SH),
"--flake",
flake,
"-L",
Expand Down

0 comments on commit fbc9895

Please sign in to comment.