cairo-by-example
cairo-by-example copied to clipboard
nix integration
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.
To test:
- download the .nix files.
-
cdto 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.