enable flake support
This commit is contained in:
parent
8c5d2b306c
commit
bbf56ec34e
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue