Skip to content

Commit

Permalink
chore: add metadata to nix recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
cfcosta committed Jul 24, 2023
1 parent e0ae482 commit 11771a9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@
src = pkgs.lib.cleanSourceWith { src = self; };

cargoLock.lockFile = ./Cargo.lock;

meta = with pkgs.lib; {
description = "Cardano smart contract language and toolchain";
homepage = "https://github.com/aiken-lang/aiken";
license = licenses.asl20;
mainProgram = "aiken";
};
};

commonCategory = y: builtins.map (x: x // { category = y; });
Expand Down

0 comments on commit 11771a9

Please sign in to comment.