I hereby claim:
- I am stancl on github.
- I am samuelstancl (https://keybase.io/samuelstancl) on keybase.
- I have a public key ASAmcOqOaeax0GLGA7GdaXD8tT4wXH5WTFyBH6KjjkkQ4wo
To claim this, I am signing this object:
| { | |
| description = "System configuration"; | |
| inputs = { | |
| nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable"; | |
| }; | |
| outputs = { self, nixpkgs, ... }@inputs: { | |
| nixosConfigurations = let | |
| system = "aarch64-linux"; # Change to x86-64 if necessary |
I hereby claim:
To claim this, I am signing this object:
| name: CI | |
| on: [ push, pull_request ] | |
| jobs: | |
| tests: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v2 |
| #!/bin/sh | |
| set -e | |
| vendor/bin/phpunit | |
| npm run prod | |
| git add . | |
| (git commit -m "Build frontend assets for deployment to production") || true | |
| (git push) || true |
I hereby claim:
To claim this, I am signing this object: