From 16c8f9016b9438e7445acd65445d89b424dd57dc Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 10 Jul 2024 16:42:37 +0200 Subject: [PATCH] Remove unneeded --experimental-features --- .github/workflows/ci.yml | 2 +- src/libflake/flake-settings.hh | 7 +------ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 832aa3ff0..d8c5439bb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: with: flakehub: true - uses: DeterminateSystems/magic-nix-cache-action@main - - run: nix --experimental-features 'nix-command' flake check -L + - run: nix flake check -L vm_tests: needs: tests diff --git a/src/libflake/flake-settings.hh b/src/libflake/flake-settings.hh index 4f986aefd..a601e120c 100644 --- a/src/libflake/flake-settings.hh +++ b/src/libflake/flake-settings.hh @@ -17,12 +17,7 @@ struct FlakeSettings : public Config FlakeSettings(); Setting useRegistries{ - this, - true, - "use-registries", - "Whether to use flake registries to resolve flake references.", - {}, - true}; + this, true, "use-registries", "Whether to use flake registries to resolve flake references.", {}, true}; Setting acceptFlakeConfig{ this,