From 80e0c584003c25f7276f3c70a55ecfa5f8f1682e Mon Sep 17 00:00:00 2001 From: Tom Hubrecht Date: Tue, 12 Dec 2023 19:26:18 +0100 Subject: [PATCH] feat: Remove sources --- machines/compute01/k-radius/module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machines/compute01/k-radius/module.nix b/machines/compute01/k-radius/module.nix index cd30e6b..8359ec6 100644 --- a/machines/compute01/k-radius/module.nix +++ b/machines/compute01/k-radius/module.nix @@ -1,4 +1,4 @@ -{ config, lib, pkgs, sources, ... }: +{ config, lib, pkgs, ... }: let inherit (lib) mkEnableOption mkIf mkOption types;