Go to file
kolaente 40315d171d
Update readme
2021-05-08 23:14:31 +02:00
frontend Cleanup 2021-05-06 17:30:59 +02:00
.gitignore cleanup 2021-05-06 12:17:24 +02:00
README.md Update readme 2021-05-08 23:14:31 +02:00
default.nix Move desktop nix file 2021-05-06 17:49:41 +02:00

README.md

Vikunja Desktop for NixOS

This repo contains a collection .nix files to build the Vikunja frontend and the electron-based desktop app for NixOS systems.

Building locally

nix-build -E 'with import <nixpkgs> {}; callPackage ./default.nix {}'