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