Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
freshBootstrapTools.bootstrapTools: fix eval on darwin
``` error: undefined variable 'system' at /home/artturin/nixgits/my-nixpkgs/.worktree/1/pkgs/stdenv/darwin/make-bootstrap-tools.nix:213:32: 212| 213| bootstrapTools = derivation { | ^ 214| inherit system; ``` fixes eval of `freshBootstrapTools.bootstrapTools` in darwin repl
- Loading branch information