enable flake support
This commit is contained in:
parent
8c5d2b306c
commit
bbf56ec34e
|
@ -41,6 +41,7 @@ nix:test:
|
|||
stage: test
|
||||
image: nixos/nix
|
||||
script:
|
||||
- echo "experimental-features = nix-command flakes" >> /etc/nix/nix.conf
|
||||
- nix flake check --all-systems
|
||||
|
||||
sast:
|
||||
|
@ -50,6 +51,7 @@ nix:build:
|
|||
stage: build
|
||||
image: nixos/nix
|
||||
script:
|
||||
- echo "experimental-features = nix-command flakes" >> /etc/nix/nix.conf
|
||||
- nix build
|
||||
|
||||
go:build:
|
||||
|
|
Loading…
Reference in a new issue