Loading pkgs/top-level/release.nix +3 −1 Original line number Diff line number Diff line Loading @@ -253,8 +253,10 @@ let else if hasSuffix "-freebsd" config then let bootstrap = import ../stdenv/freebsd/make-bootstrap-tools.nix { pkgs = import ../.. { localSystem = { inherit config; }; }; }; in { inherit (bootstrap) build; # test does't exist yet } Loading Loading
pkgs/top-level/release.nix +3 −1 Original line number Diff line number Diff line Loading @@ -253,8 +253,10 @@ let else if hasSuffix "-freebsd" config then let bootstrap = import ../stdenv/freebsd/make-bootstrap-tools.nix { pkgs = import ../.. { localSystem = { inherit config; }; }; }; in { inherit (bootstrap) build; # test does't exist yet } Loading