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

This commit is contained in:
Vivian 2022-11-27 22:00:46 +01:00
parent aa203f2ce6
commit 4353ea5a2a

View file

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