Skip to content

Commit

Permalink
[nix] fix add-determinsim and mill-deps building on macOS
Browse files Browse the repository at this point in the history
* bump add-determinism to unstable-2024-11-12
* fix mill-deps building on darwin (The caches dir on darwin is
`$TMPDIR/.cache/Coursier`)
  • Loading branch information
Emin017 committed Jan 25, 2025
1 parent 76902e9 commit 5af8f86
Show file tree
Hide file tree
Showing 6 changed files with 195 additions and 82 deletions.
6 changes: 3 additions & 3 deletions templates/chisel/flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions templates/chisel/nix/gcd/gcd.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ let
publishMillModule {
name = "chisel";
version = "9999";
outputHash = "sha256-ZJGYxmTg4+8UU3V3MTxBSWow4XYKQ4KuCvD/PBxLSEc=";
outputHash = "sha256-fuorZlUbH+oDt6XGHBqMmOXaRHzZVntRgIln1NeYLeQ=";
publishPhase = "mill -i unipublish.publishLocal";
nativeBuildInputs = [ git ];
};
Expand Down Expand Up @@ -54,7 +54,7 @@ let
fileset = unions [ ./../../build.mill ./../../common.mill ];
};
millDepModules = [ chisel ];
millDepsHash = "sha256-cPGkRjKc42dcSOXHAW9JAl/AKgwPdl+T8bVPsWCXxpM=";
millDepsHash = "sha256-Vav1Svh06MUNO1KI0XcioxWbhGZnADXa0vOrbWDZI+U=";
};

editable = self.overrideAttrs (_: {
Expand Down
Loading

0 comments on commit 5af8f86

Please sign in to comment.