switched to unstable nix channel
This commit is contained in:
parent
093ed09293
commit
9c3ae5c9e7
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
function format() {
|
||||
# format file
|
||||
|
@ -16,7 +16,7 @@ function format() {
|
|||
echo "failed format validation: $1"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
||||
local imports=$(rg "#import \"([a-z0-9/\-]+\.typ)\"" -Nor '$1' "$1")
|
||||
|
||||
# format all included files
|
||||
|
@ -39,4 +39,4 @@ case $1 in
|
|||
echo "unknown option: $1"
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
esac
|
||||
|
|
Loading…
Reference in New Issue