Add very basic .build.yml

This commit is contained in:
Bryan Bennett 2024-03-25 07:29:29 -04:00
parent a2fff9333f
commit b19f5d67c5
No known key found for this signature in database
GPG key ID: EE149E4215408DE9

8
.build.yml Normal file
View file

@ -0,0 +1,8 @@
image: nixos/unstable
environment:
NIX_CONFIG: "experimental-features = nix-command flakes"
packages:
- cachix
tasks:
-build: |
nix build . -vL --no-out-link