enable flake support

This commit is contained in:
XenGi 2025-08-20 15:48:49 +02:00
parent 8c5d2b306c
commit bbf56ec34e
Signed by: xengi
SSH key fingerprint: SHA256:jxWM2RTHvxxcncXycwwWkP7HCWb4VREN05UGJTbIPZg

View file

@ -41,6 +41,7 @@ nix:test:
stage: test stage: test
image: nixos/nix image: nixos/nix
script: script:
- echo "experimental-features = nix-command flakes" >> /etc/nix/nix.conf
- nix flake check --all-systems - nix flake check --all-systems
sast: sast:
@ -50,6 +51,7 @@ nix:build:
stage: build stage: build
image: nixos/nix image: nixos/nix
script: script:
- echo "experimental-features = nix-command flakes" >> /etc/nix/nix.conf
- nix build - nix build
go:build: go:build: