diff options
author | Rory& <root@rory.gay> | 2024-02-27 13:38:55 +0100 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-02-27 13:38:55 +0100 |
commit | 7104061b5a0642dac9c64fa470552d18bce0d576 (patch) | |
tree | 823fb4d79df145651ebadd949f19e812a40b9f40 /mkdeps | |
parent | Remove debug logging (diff) | |
download | MatrixMediaGate-7104061b5a0642dac9c64fa470552d18bce0d576.tar.xz |
Systemd logger
Diffstat (limited to 'mkdeps')
-rwxr-xr-x | mkdeps | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mkdeps b/mkdeps index 96930a6..8a89831 100755 --- a/mkdeps +++ b/mkdeps @@ -1,5 +1,6 @@ #!/usr/bin/env nix-shell -#!nix-shell -i "bash -x" -p bash nuget-to-nix git dotnet-sdk_8 nix curl jq yq +#!nix-shell -i "bash -x" -p bash nuget-to-nix git dotnet-sdk_8 nix curl jq yq -vvvvv +set +x projects=( MatrixMediaGate ) |