Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add a nix flake #335

Merged
merged 2 commits into from
Jun 25, 2022
Merged

Add a nix flake #335

merged 2 commits into from
Jun 25, 2022

Conversation

Pacman99
Copy link
Contributor

@Pacman99 Pacman99 commented Jun 22, 2022

So that oura can be built with nix build and accessible by other projects using nix, namely cardano-world.

cc @blaggacao

flake.nix Outdated
utils.lib.eachSystem supportedSystems
(
system: let
pkgs = nixpkgs.legacyPackages.${system};
Copy link
Member

@scarmuega scarmuega Jun 24, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pkgs = nixpkgs.legacyPackages.${system};
is this needed?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nope, just fixed it

@scarmuega scarmuega merged commit ca152d0 into txpipe:main Jun 25, 2022
@blaggacao
Copy link

ditto

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants