diff --git a/.circleci/config.yml b/.circleci/config.yml index 949c0a9daee26dbdd0d8efda9a43ee0a918b0429..d69f113f3d41684f9432fff926f059ac7ea1ba99 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -162,6 +162,10 @@ jobs: # CACHIX_AUTH_TOKEN is manually set in the CircleCI web UI and allows us to push to CACHIX_NAME. CACHIX_NAME: "privatestorage-opensource" + # Let us use features marked "experimental". For example, most/all of + # the `nix <subcommand>` forms. + NIX_CONFIG: "experimental-features = nix-command" + # Pin a NixOS 21.11 revision. Most of the software involved in the # build process is pinned by nix/sources.json with niv but a few things # need to work before we get that far. This pin is for those things.