Skip to content
Snippets Groups Projects

Add "nix-command" and "flakes" options to CI build command

Merged Florian Sesser requested to merge add-nix-command-and-flakes-to-ci-build into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -8,4 +8,4 @@ default:
build:
stage: build
script:
- "nix build -Lv -f nix"
- nix --extra-experimental-features "nix-command flakes" build -Lv -f nix
Loading