Skip to content

Commit

Permalink
nixos-rebuild-ng: remove --raw from nix-instantiate
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagokokada committed Dec 8, 2024
1 parent 556a52a commit af4fad1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion pkgs/by-name/ni/nixos-rebuild-ng/src/nixos_rebuild/nix.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ def remote_build(
r = run_wrapper(
[
"nix-instantiate",
"--raw",
build_attr.path,
"--attr",
build_attr.to_attr(attr),
Expand Down
1 change: 0 additions & 1 deletion pkgs/by-name/ni/nixos-rebuild-ng/src/tests/test_nix.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ def test_remote_build(mock_run: Any, monkeypatch: Any) -> None:
call(
[
"nix-instantiate",
"--raw",
"<nixpkgs/nixos>",
"--attr",
"preAttr.config.system.build.toplevel",
Expand Down

0 comments on commit af4fad1

Please sign in to comment.