From 40315d171d5d3f5b62b53305962b2db2651d6a36 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sat, 8 May 2021 23:14:31 +0200 Subject: [PATCH] Update readme --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 3ab3595..da98c8c 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,6 @@ This repo contains a collection `.nix` files to build the [Vikunja frontend](htt ## Building locally ``` -cd desktop nix-build -E 'with import {}; callPackage ./default.nix {}' ```