Go to file
kolaente d8b47bce5e
update frontend
2021-07-04 22:22:12 +02:00
frontend update frontend 2021-07-04 22:22:12 +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 switch to using lib directly instead of stdenv 2021-06-09 17:03:59 +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 {}'