mirror of
https://github.com/NixOS/nix.git
synced 2025-11-11 21:16:02 +01: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:
|
with:
|
||||||
flakehub: true
|
flakehub: true
|
||||||
- uses: DeterminateSystems/magic-nix-cache-action@main
|
- uses: DeterminateSystems/magic-nix-cache-action@main
|
||||||
- run: nix --experimental-features 'nix-command' flake check -L
|
- run: nix flake check -L
|
||||||
|
|
||||||
vm_tests:
|
vm_tests:
|
||||||
needs: tests
|
needs: tests
|
||||||
|
|
|
||||||
|
|
@ -17,12 +17,7 @@ struct FlakeSettings : public Config
|
||||||
FlakeSettings();
|
FlakeSettings();
|
||||||
|
|
||||||
Setting<bool> useRegistries{
|
Setting<bool> useRegistries{
|
||||||
this,
|
this, true, "use-registries", "Whether to use flake registries to resolve flake references.", {}, true};
|
||||||
true,
|
|
||||||
"use-registries",
|
|
||||||
"Whether to use flake registries to resolve flake references.",
|
|
||||||
{},
|
|
||||||
true};
|
|
||||||
|
|
||||||
Setting<bool> acceptFlakeConfig{
|
Setting<bool> acceptFlakeConfig{
|
||||||
this,
|
this,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue