mirror of
https://github.com/thiloho/archtika.git
synced 2025-11-22 10:51:36 +01:00
Update nix packaging derivation
This commit is contained in:
@@ -11,6 +11,7 @@ let
|
||||
version = "1.0.0";
|
||||
|
||||
web = buildNpmPackage {
|
||||
name = "web-app";
|
||||
src = ../web-app;
|
||||
npmDeps = importNpmLock {
|
||||
npmRoot = ../web-app;
|
||||
@@ -27,6 +28,7 @@ let
|
||||
};
|
||||
|
||||
api = stdenv.mkDerivation {
|
||||
name = "api";
|
||||
src = ../rest-api;
|
||||
installPhase = ''
|
||||
mkdir -p $out/rest-api/db/migrations
|
||||
|
||||
Reference in New Issue
Block a user