mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 02:24:27 +00:00
nixos-rebuild: remove unused variable: remotePATH
This commit is contained in:
parent
07da819bcf
commit
d6a829e7b7
|
@ -391,8 +391,6 @@ prebuiltNix() {
|
|||
fi
|
||||
}
|
||||
|
||||
remotePATH=
|
||||
|
||||
if [[ -n $buildNix && -z $flake ]]; then
|
||||
echo "building Nix..." >&2
|
||||
nixDrv=
|
||||
|
|
Loading…
Reference in a new issue