Skip to content

Commit

Permalink
overlays: runCommandNoCC -> runCommand
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagokokada committed Sep 30, 2023
1 parent 8b56dfb commit a342752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overlays/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ in
}).defaultNix.nixosConfigurations.\$(hostname)
'';
in
prev.runCommandNoCC "nixos-option" { buildInputs = [ prev.makeWrapper ]; } ''
prev.runCommand "nixos-option" { buildInputs = [ prev.makeWrapper ]; } ''
makeWrapper ${prev.nixos-option}/bin/nixos-option $out/bin/nixos-option \
--add-flags --config_expr \
--add-flags "\"${prefix}.config\"" \
Expand Down

0 comments on commit a342752

Please sign in to comment.