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