From 63d047889070cbb0c699412079217cf08fc5319a Mon Sep 17 00:00:00 2001 From: Ruddickmg Date: Thu, 23 Jul 2026 13:26:51 -1000 Subject: [PATCH] fix: enable nix-command and flakes for the nix publish job --- .circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index a1ec717..1ddc252 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -278,6 +278,8 @@ jobs: publish-nix: docker: - image: nixos/nix + environment: + NIX_CONFIG: "experimental-features = nix-command flakes" steps: - checkout - attach_workspace: