Skip to content

Commit

Permalink
Update flake.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
physics-enthusiast authored May 27, 2024
1 parent 1f512a2 commit d6f64f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
stage1 = stage2.__bootPackages.stdenv;
};
toCache = stage: pkgsNative.mkBinaryCache {
rootPaths = [stage.bintools.drvPath];
rootPaths = [stage.cc.bintools.drvPath];
};
in
nixpkgs.lib.mapAttrs (name: value: toCache value) stdenvs );
Expand Down

0 comments on commit d6f64f0

Please sign in to comment.