cairo-by-example icon indicating copy to clipboard operation
cairo-by-example copied to clipboard

nix integration

Open samoht9277 opened this issue 2 years ago • 1 comments

Initial nix commit. Still WIP.

TODO:

  • ~make NIX link the compiled binaries to path, to make them available everywhere.~
  • add webpage section once finished. Update: waiting for nix to approve the package on the official repo.

samoht9277 avatar Jun 26 '23 21:06 samoht9277

To test:

  • download the .nix files.
  • cd to the downloaded files directory.
  • run nix-shell.

This command should use the default.nix file, that calls the derivation.nix file on the inside, creating a nix environment with cairo and its tools.

samoht9277 avatar Jun 28 '23 19:06 samoht9277