Merge branch 'main' of ssh://git.0x76.dev:42/v/infrastructure

This commit is contained in:
Vivian 2023-05-26 12:17:21 +02:00
commit 37ae065108
3 changed files with 17 additions and 4 deletions

View file

@ -7,5 +7,17 @@ pipeline:
- nix run 'nixpkgs#statix' check .
- nix run 'nixpkgs#deadnix' -- -f
- nix run 'nixpkgs#yamllint' .
<<<<<<< HEAD
=======
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
- nix profile install 'nixpkgs#jq' 'nixpkgs#curl' 'nixpkgs#vault'
- ./nixos/pkgs/plex-pass/update.sh
>>>>>>> 9714ee2bd90ec358d58d02f7b492677b1b6a1c6a
volumes:
- /nix:/mnt/nix:ro

View file

@ -815,11 +815,11 @@
},
"nixpkgs_3": {
"locked": {
"lastModified": 1685096010,
"narHash": "sha256-liaqLhspPGTXqH+kKtQaXsPO6R0KoQAKZ1gJv7BrcxA=",
"lastModified": 1685096089,
"narHash": "sha256-SviW+Iu6VDBWTI3PCo+geWIE/MGZwuB/XRczOgds/Rs=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "bf5b953efddd1870c9bb631b21d555fc0c07d557",
"rev": "3b99ef458237cc31434adba76ed623d07c488fe2",
"type": "github"
},
"original": {

View file

@ -1,4 +1,5 @@
#!/usr/bin/env bash
#! /usr/bin/env bash
set -x
shopt -s extglob
set -eu -o pipefail