feat: Remove sources

This commit is contained in:
Tom Hubrecht 2023-12-12 19:26:18 +01:00
parent 1bb4e2e6ce
commit 80e0c58400

View file

@ -1,4 +1,4 @@
{ config, lib, pkgs, sources, ... }:
{ config, lib, pkgs, ... }:
let
inherit (lib) mkEnableOption mkIf mkOption types;