From 73c0dad984f59428b8d53bbfeeec47319f3d18c5 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Tue, 2 Apr 2024 00:26:16 +0200 Subject: [PATCH] WIP: modules/debug-locations --- modules/debug-locations.nix | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 modules/debug-locations.nix diff --git a/modules/debug-locations.nix b/modules/debug-locations.nix new file mode 100644 index 0000000..dafea80 --- /dev/null +++ b/modules/debug-locations.nix @@ -0,0 +1,5 @@ +{ config, lib }: { + # options.environment.debug-locations = lib.mkOption { + # description = ""; + # }; +}