enable flakes
This commit is contained in:
parent
248d64a599
commit
5dad522112
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
pipeline:
|
||||
nix:
|
||||
image: nixos/nix
|
||||
environment:
|
||||
- NIX_CONFIG="experimental-features = nix-command flakes"
|
||||
commands:
|
||||
- nix flake check
|
||||
- nix build '.#mdbook-toc'
|
||||
|
|
Loading…
Reference in a new issue