1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-01 08:28:00 +02:00

Remove unneeded --experimental-features

This commit is contained in:
Eelco Dolstra 2024-07-10 16:42:37 +02:00
parent 590920eed2
commit 16c8f9016b
2 changed files with 2 additions and 7 deletions

View file

@ -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

View file

@ -17,12 +17,7 @@ struct FlakeSettings : public Config
FlakeSettings();
Setting<bool> 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<bool> acceptFlakeConfig{
this,