Skip to content

Commit

Permalink
fixup! stash
Browse files Browse the repository at this point in the history
  • Loading branch information
widlarizer committed Aug 22, 2024
1 parent 2f3c736 commit 5b9cc61
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 @@ -14,7 +14,7 @@
};
# TODO: don't override src when ./abc is empty
# which happens when the command used is `nix build` and not `nix build ?submodules=1`
abc-verifier = pkgs.abc-verifier;
abc-verifier = pkgs.abc-verifier.overrideAttrs(x: y: {src = ./abc;});
yosys = pkgs.clangStdenv.mkDerivation {
name = "yosys";
src = ./. ;
Expand Down

0 comments on commit 5b9cc61

Please sign in to comment.