chore(deps): update renovate/renovate docker tag to v37.68.4 #218

Open
renovate wants to merge 1976 commits from renovate/renovate-renovate-37.x into main
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 9714ee2bd9 - Show all commits

View file

@ -4,7 +4,7 @@ pipeline:
commands:
- echo "experimental-features = nix-command flakes" >> /etc/nix/nix.conf
- echo "store = unix:///mnt/nix/var/nix/daemon-socket/socket?root=/mnt" >> /etc/nix/nix.conf
- nix run 'nixpkgs#statix' check
- nix run 'nixpkgs#statix' check .
- nix run 'nixpkgs#deadnix' -- -f
- nix run 'nixpkgs#yamllint' .
volumes:
@ -14,6 +14,7 @@ pipeline:
commands:
- echo "experimental-features = nix-command flakes" >> /etc/nix/nix.conf
- echo "store = unix:///mnt/nix/var/nix/daemon-socket/socket?root=/mnt" >> /etc/nix/nix.conf
- nix profile install 'nixpkgs#jq' 'nixpkgs#curl' 'nixpkgs#vault'
- ./nixos/pkgs/plex-pass/update.sh
volumes:
- /nix:/mnt/nix:ro

View file

@ -1,5 +1,4 @@
#! /usr/bin/env nix-shell
#! nix-shell -i bash -p jq curl vault coreutils
#! /usr/bin/env bash
set -x
shopt -s extglob