Commit 4ee5ad59 authored by Audrey Dutcher's avatar Audrey Dutcher
Browse files

[squashme] fix eval-nixpkgs-unstable-jobset

parent 37affb5b
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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
            }