nixos-config/.build.yml
Christoph Heiss b5990b079a
build: Do not build all configs, as that is expensive ..
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2023-04-07 23:56:30 +02:00

15 lines
371 B
YAML

---
image: nixos/unstable
packages:
- nixos.gnumake
sources:
- https://git.sr.ht/~c8h4/nixos-config
tasks:
- setup: |
mkdir -p .config/nix
echo 'experimental-features = flakes nix-command' >.config/nix/nix.conf
for f in $(find nixos-config/secrets -type f -name '*.nix'); do echo '{ }' > $f; done
- lint: |
cd nixos-config
make lint