From 2e0622feccb4a1585fb58b149fa9307a29c5a21a Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Tue, 27 Aug 2024 09:50:25 +0200 Subject: [PATCH] pinwheel: Cleanup `work` module --- hosts/pinwheel/modules/work/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/pinwheel/modules/work/default.nix b/hosts/pinwheel/modules/work/default.nix index 297e9ce..492ef30 100644 --- a/hosts/pinwheel/modules/work/default.nix +++ b/hosts/pinwheel/modules/work/default.nix @@ -1,4 +1,4 @@ -{ inputs, pkgs, lib, config, ... }: +{ pkgs, lib, config, ... }: let gitEnabled = config.mod.git.enable; goEnabled = config.mod.go.enable;