From bbf56ec34e42b2d8d0215845cd9e796e7f13d4f7 Mon Sep 17 00:00:00 2001 From: "Ricardo (XenGi) Band" Date: Wed, 20 Aug 2025 15:48:49 +0200 Subject: [PATCH] enable flake support --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2453c15..d1d1b6a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: