From 0ae5c6da5f2c43c40fc62a93d5315c379c076722 Mon Sep 17 00:00:00 2001 From: kolaente Date: Thu, 6 May 2021 17:26:05 +0200 Subject: [PATCH] Add readme --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..3ab3595 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# Vikunja Desktop for NixOS + +This repo contains a collection `.nix` files to build the [Vikunja frontend](https://code.vikunja.io/frontend) and the [electron-based desktop app](https://code.vikunja.io/desktop) for NixOS systems. + +## Building locally + +``` +cd desktop +nix-build -E 'with import {}; callPackage ./default.nix {}' +``` +