From bea8cb0f6a62d2aa004dfcafe81fe9014c1633cc Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Sat, 24 Feb 2024 07:30:07 -0500 Subject: [PATCH] linux-builder: enable flakes --- systems/darwin/ci.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/systems/darwin/ci.nix b/systems/darwin/ci.nix index 32315d0..8814cb2 100644 --- a/systems/darwin/ci.nix +++ b/systems/darwin/ci.nix @@ -71,6 +71,7 @@ ]; config = { pkgs, lib, ... }: { boot.binfmt.emulatedSystems = [ "x86_64-linux" ]; + nix.settings.experimental-features = "nix-command flakes repl-flake"; virtualisation = { # Larger linux-builder cores, ram, and disk. cores = 6;