diff options
Diffstat (limited to 'users/sterni/nix/flow/default.nix')
-rw-r--r-- | users/sterni/nix/flow/default.nix | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/users/sterni/nix/flow/default.nix b/users/sterni/nix/flow/default.nix index 838e65bfb20e..a9fe3c673532 100644 --- a/users/sterni/nix/flow/default.nix +++ b/users/sterni/nix/flow/default.nix @@ -44,11 +44,9 @@ let # TODO(sterni): condf or magic # like <nixpkgs/pkgs/build-support/coq/extra-lib.nix> - match = val: matcher: matcher."${val}"; in { inherit cond - match ; } |