initial commit

This commit is contained in:
Gabriel Fontes
2022-01-27 22:57:11 -03:00
commit c8c2b86ea6
16 changed files with 3720 additions and 0 deletions

16
.build.yml Normal file
View File

@@ -0,0 +1,16 @@
image: nixos/unstable
packages:
- nixos.cachix
environment:
NIX_CONFIG: "experimental-features = nix-command flakes"
secrets:
- f2907d38-97b4-4e7d-9fb9-57b3fb0135af
tasks:
- setup_cachix: |
cat ~/.cachix_token | cachix authtoken --stdin
cachix use misterio
- build: |
cd disconic
nix --quiet build
- upload_cachix: |
nix path-info disconic/result/ -r | cachix push misterio