Enable flakes in CI's Nix
1 files changed, 2 insertions(+), 0 deletions(-) M .build.yml
M .build.yml => .build.yml +2 -0
@@ 1,4 1,6 @@ image: nixos/unstable +environment: + NIX_CONFIG: "experimental-features = nix-command flakes" tasks: - lint: | cd bangin