mirror of
https://github.com/ryanccn/flake.git
synced 2025-12-06 08:10:43 +01:00
chore: update
This commit is contained in:
parent
6c6f264768
commit
789ef320b0
10 changed files with 40 additions and 84 deletions
4
.github/dependabot.yml
vendored
4
.github/dependabot.yml
vendored
|
|
@ -9,3 +9,7 @@ updates:
|
|||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
groups:
|
||||
github-actions:
|
||||
patterns:
|
||||
- "*"
|
||||
|
|
|
|||
2
.github/workflows/install-nix.sh
vendored
2
.github/workflows/install-nix.sh
vendored
|
|
@ -48,7 +48,7 @@ installer_args=(install)
|
|||
case "$OSTYPE" in
|
||||
linux*) installer_args+=(linux) ;;
|
||||
darwin*) installer_args+=(macos) ;;
|
||||
*) echo "unknown: $OSTYPE" ;;
|
||||
*) echo "Aborting: unsupported OSTYPE $OSTYPE"; exit 1 ;;
|
||||
esac
|
||||
|
||||
if [[ ! ($OSTYPE =~ darwin || -e /run/systemd/system) ]]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue