From 1d04ea29410639a8c09b20a9973785572113ea0f Mon Sep 17 00:00:00 2001 From: Max Date: Mon, 21 Feb 2022 20:53:12 +0100 Subject: [PATCH] patch: no unknown flake outputs --- src/nix/flake.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/nix/flake.cc b/src/nix/flake.cc index cd85bcea6..facb56b6e 100644 --- a/src/nix/flake.cc +++ b/src/nix/flake.cc @@ -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));