diff --git a/README.md b/README.md new file mode 100644 index 0000000..3ab3595 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# Vikunja Desktop for NixOS + +This repo contains a collection `.nix` files to build the [Vikunja frontend](https://code.vikunja.io/frontend) and the [electron-based desktop app](https://code.vikunja.io/desktop) for NixOS systems. + +## Building locally + +``` +cd desktop +nix-build -E 'with import {}; callPackage ./default.nix {}' +``` +