aaa
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Vivian 2023-05-25 23:26:57 +02:00
parent cc53d29ba4
commit 9714ee2bd9
2 changed files with 3 additions and 3 deletions

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