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:
|
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'
|
||||||
|
|
Loading…
Reference in a new issue