remove unused nix variables
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M system/linde.nix → system/linde.nix
@@ -685,7 +685,7 @@ hostPath = externalDir; isReadOnly = false; }; }; - config = { config, lib, pkgs, ... }: { + config = { config, pkgs, ... }: { environment.systemPackages = with pkgs; [ lsof ];