mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 16:26:18 +02:00
patch: no unknown flake outputs
This commit is contained in:
parent
1c49d1f82d
commit
1d04ea2941
1 changed files with 0 additions and 2 deletions
|
@ -631,8 +631,6 @@ struct CmdFlakeCheck : FlakeCommand
|
|||
}
|
||||
}
|
||||
|
||||
else
|
||||
warn("unknown flake output '%s'", name);
|
||||
|
||||
} catch (Error & e) {
|
||||
e.addTrace(pos, hintfmt("while checking flake output '%s'", name));
|
||||
|
|
Loading…
Reference in a new issue