summaryrefslogtreecommitdiffstats
path: root/default.nix
AgeCommit message (Collapse)Author
2020-06-07default.nix: Add sqlite as dependencyhaslersn
2019-06-27Add Nix expressionhaslersn
For those having [Nix](http://nixos.org/nix) installed, the Nix expression (contained in the new file `default.nix`) can be used * with `nix-shell` in order to obtain a development environment for `libdjinterop`. Example: ``` $ nix-shell $ meson build/ $ ninja -C build/ ``` * with `nix build` in order to build and check `libdjinterop` in one single command.