From a9be78daa38143762706353a6ae97b181dcb135b Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Fri, 1 Oct 2021 11:00:09 -0400 Subject: [PATCH] refactor: remove unnecessary argument --- flake.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/flake.nix b/flake.nix index 5c12ad5..1b64d16 100644 --- a/flake.nix +++ b/flake.nix @@ -134,7 +134,6 @@ (with profiles.develop.programming; [ python racket ]) ]; }; - test = self.lib; }; };