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: nix:
image: nixos/nix image: nixos/nix
environment: environment:
- NIX_CONFIG="experimental-features = nix-command flakes" - NIX_CONFIG="extra-experimental-features = nix-command flakes"
commands: commands:
- nix flake check - nix flake check
- nix build '.#mdbook-toc' - nix build '.#mdbook-toc'