a bunch of stuff, including upgrade to wayland and ndi streaming to imac
This commit is contained in:
@@ -1,12 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
if [ -f "htldoc.nix" ]; then
|
||||
echo -en ""
|
||||
htldocUrl=$(nix eval --expr 'let config = (import ./htldoc.nix {}); in if builtins.hasAttr "htldocVersion" config then config.htldocVersion else "github:c2vi/htldoc/master"' --impure)
|
||||
nix run $htldocUrl -- $@
|
||||
else
|
||||
echo "There is not htldoc.nix in this directory" >&2
|
||||
exit 1
|
||||
nix run github:c2vi/htldoc/master -- $@
|
||||
fi
|
||||
|
||||
htldocUrl=$(nix eval --expr 'let config = (import ./htldoc.nix {}); in if builtins.hasAttr "htldocVersion" config then config.htldocVersion else "github:c2vi/htldoc/master"' --impure)
|
||||
|
||||
nix run $htldocUrl
|
||||
|
||||
Reference in New Issue
Block a user