From f8c23f16d56d122893c77ff295545818df6e6af7 Mon Sep 17 00:00:00 2001 From: Marco Streich Date: Thu, 21 Jan 2021 16:32:02 +0100 Subject: [PATCH] Remove dangling line --- infrastructure/modules/compute/nix/elasticsearch.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/infrastructure/modules/compute/nix/elasticsearch.nix b/infrastructure/modules/compute/nix/elasticsearch.nix index 02b2617..2fc00de 100644 --- a/infrastructure/modules/compute/nix/elasticsearch.nix +++ b/infrastructure/modules/compute/nix/elasticsearch.nix @@ -1,4 +1,3 @@ -{ pkgs, ... }: { pkgs, lib, ... }: { nixpkgs.config.allowUnfree = true;