This commit is contained in:
kolaente 2021-07-06 14:32:04 +02:00
parent d8b47bce5e
commit 84aa99a4c4
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 3 additions and 3 deletions

View File

@ -1,20 +1,20 @@
{ stdenv
, lib
, mkYarnPackage
, fetchFromGitea
, python2
, pkg-config
, libsass
, nodejs
, yarn
, unstableGitUpdater
, fetchFromGitHub
}:
let
version = "unstable";
src = fetchFromGitea {
domain = "kolaente.dev";
src = fetchFromGitHub {
githubBase = "kolaente.dev"; # Using this until we can use fetchFromGitea
owner = "vikunja";
repo = "frontend";
rev = "7e48f65ff03213b09dece8e66adf106e84c76f4c";