enable flakes
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Vivian 2022-11-27 22:01:44 +01:00
parent 6c9a81bd18
commit af41c85b1f

View file

@ -2,7 +2,7 @@ pipeline:
nix:
image: nixos/nix
environment:
- NIX_CONFIG="extra-experimental-features = nix-command flakes"
- NIX_CONFIG=experimental-features = nix-command flakes
commands:
- nix flake check
- nix build '.#mdbook-toc'