frontend | ||
.gitignore | ||
default.nix | ||
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 {}'