Go to file
kolaente f11001c189
switch to using lib directly instead of stdenv
2021-06-09 17:03:59 +02:00
frontend update 2021-06-09 16:13:52 +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 {}'