add dav lib git submodule
This commit is contained in:
parent
0ef57a7b8e
commit
5f44cbb266
4 changed files with 12 additions and 5 deletions
3
Makefile
3
Makefile
|
|
@ -1,4 +1,4 @@
|
|||
all:
|
||||
build:
|
||||
git submodule update --init
|
||||
# Build server
|
||||
cd server && git submodule update --init
|
||||
|
|
@ -11,6 +11,5 @@ all:
|
|||
clean:
|
||||
rm nixos.qcow2
|
||||
|
||||
|
||||
run:
|
||||
QEMU_NET_OPTS="hostfwd=tcp::8080-:80,hostfwd=tcp::1433-:143,hostfwd=tcp::5877-:587" nixos-shell vm-nextcloud.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue