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:
parent
590920eed2
commit
16c8f9016b
2 changed files with 2 additions and 7 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue