more diag

This commit is contained in:
Cyryl Płotnicki 2022-12-25 17:33:30 +00:00
parent 95790e956f
commit 0cae73e2f2
2 changed files with 6 additions and 4 deletions

View file

@ -5,8 +5,9 @@ pipeline:
pull: true pull: true
commands: commands:
- mkdir -p ~/.config/nix - mkdir -p ~/.config/nix
- echo "store = /var/build-nix-store" >> ~/.config/nix/nix.conf - echo "store = /var/build-nix-store" >> /etc/nix/nix.conf
- echo "sandbox = false" >> ~/.config/nix/nix.conf - echo "sandbox = false" >> /etc/nix/nix.conf
- cat /etc/nix/nix.conf
- nix develop -c git lfs fetch --all - nix develop -c git lfs fetch --all
- nix develop -c git remote add github https://cyplo:$GITHUB_TOKEN@github.com/cyplo/dotfiles.git - nix develop -c git remote add github https://cyplo:$GITHUB_TOKEN@github.com/cyplo/dotfiles.git
- nix develop -c git push github --all --force - nix develop -c git push github --all --force

View file

@ -5,8 +5,9 @@ pipeline:
pull: true pull: true
commands: commands:
- mkdir -p ~/.config/nix - mkdir -p ~/.config/nix
- echo "store = /var/build-nix-store" >> ~/.config/nix/nix.conf - echo "store = /var/build-nix-store" >> /etc/nix/nix.conf
- echo "sandbox = false" >> ~/.config/nix/nix.conf - echo "sandbox = false" >> /etc/nix/nix.conf
- cat /etc/nix/nix.conf
- time nix flake metadata - time nix flake metadata
- time nix --no-sandbox develop -c statix check - time nix --no-sandbox develop -c statix check
- time nix flake check - time nix flake check