Skip to content

Commit

Permalink
Merge pull request #6004 from fedeinthemix/fbe-flake
Browse files Browse the repository at this point in the history
flake.nix: add openroad-release attrubute
  • Loading branch information
maliberty authored Nov 19, 2024
2 parents de657d5 + 3373c3f commit 53127c4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,17 @@
openroad = (nixpkgs.lib.callPackageWith pkgs) ./default.nix {
flake = self;
};
openroad-release = all.openroad.overrideAttrs (fa: pa: {
pname = "openroad-release";
version = "24Q3";
src = pkgs.fetchFromGitHub {
owner = "The-OpenROAD-Project";
repo = "OpenROAD";
rev = fa.version;
fetchSubmodules = true;
sha256 = "sha256-Ye9XJcoUxtg031eazT4qrexvyN0jZHd8/kmvAr/lPzk=";
};
});
default = all.openroad;
};
in
Expand Down

0 comments on commit 53127c4

Please sign in to comment.