matrixion/default.nix
Jani Mustonen 486676f248 Add basic nix expressions (#47)
Allows `nix-build` for basic building and `nix-env -f . -i` for installing.
2017-08-05 18:40:00 +03:00

3 lines
61 B
Nix

with import <nixpkgs> {};
qt59.callPackage ./package.nix {}