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