Commit 24f5c3a5 authored by Jörg Thalheim's avatar Jörg Thalheim
Browse files

nixos-rebuild-ng: fix typos

parent 2db32dd1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
# Use strings to avoid breaking standalone (e.g.: `python -m nixos_rebuild`)
# usage
EXECUTABLE = "@executable@"
# Use either `== "true"` if the default (e.g.: `python -m nixos_rebuld`) is
# Use either `== "true"` if the default (e.g.: `python -m nixos_rebuild`) is
# `False` or `!= "false"` if the default is `True`
WITH_NIX_2_18 = "@withNix218@" != "false"  # type: ignore
WITH_REEXEC = "@withReexec@" == "true"  # type: ignore
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ let

  # In case we want/need to evaluate packages or the assertions or whatever,
  # we want to have a linux system.
  # TODO: make the non-flake test use thise.
  # TODO: make the non-flake test use this.
  linuxSystem = lib.replaceStrings [ "darwin" ] [ "linux" ] stdenv.hostPlatform.system;

in