run update.sh in CI (no commit yet)
This commit is contained in:
parent
00668155d3
commit
3a7b88fd49
1 changed files with 8 additions and 1 deletions
|
@ -7,6 +7,13 @@ pipeline:
|
|||
- nix run 'nixpkgs#statix' check
|
||||
- nix run 'nixpkgs#deadnix' -- -f
|
||||
- nix run 'nixpkgs#yamllint' .
|
||||
- nix run '.#' -- build --on 'bastion*'
|
||||
volumes:
|
||||
- /nix:/mnt/nix:ro
|
||||
update_plex:
|
||||
image: nixos/nix:2.15.1
|
||||
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
|
||||
- ./nixos/pkgs/plex-pass/update.sh
|
||||
volumes:
|
||||
- /nix:/mnt/nix:ro
|
||||
|
|
Loading…
Add table
Reference in a new issue