Skip to content

Commit

Permalink
flake.nix: add openroad-release attrubute
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Beffa <beffa@fbengineering.ch>
  • Loading branch information
fedeinthemix committed Oct 24, 2024
1 parent ea63b9a commit 3373c3f
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 3373c3f

Please sign in to comment.