Go to file
kolaente ee4a7f64c6
Cleanup
2021-05-06 17:31:44 +02:00
desktop Cleanup 2021-05-06 17:31:44 +02:00
frontend Cleanup 2021-05-06 17:30:59 +02:00
.gitignore cleanup 2021-05-06 12:17:24 +02:00
README.md Add readme 2021-05-06 17:26:05 +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

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