mirror of
https://git.sr.ht/~bryan_bennett/flake_env
synced 2025-12-16 22:51:24 +01:00
Add very basic .build.yml
This commit is contained in:
parent
a2fff9333f
commit
b19f5d67c5
1 changed files with 8 additions and 0 deletions
8
.build.yml
Normal file
8
.build.yml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue