enable flakes
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Vivian 2022-11-27 22:01:16 +01:00
parent 4353ea5a2a
commit 6c9a81bd18

View file

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