From a663492e58b7b1352233d57ef8146469194f7e2d Mon Sep 17 00:00:00 2001 From: Brian McGee Date: Wed, 1 May 2024 09:11:27 +0100 Subject: [PATCH] fix: nix-filter config for package Signed-off-by: Brian McGee --- nix/packages.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nix/packages.nix b/nix/packages.nix index 2a7d2e1..0e0e6c3 100644 --- a/nix/packages.nix +++ b/nix/packages.nix @@ -23,7 +23,9 @@ in filter { root = ../.; - exclude = [./nix]; + exclude = [ + "nix" + ]; }; modules = ../gomod2nix.toml;