From 9d8c62a6e1f28491377b7000a6505c08630dc48c Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 16 Jun 2022 17:20:22 -0700 Subject: ref(scripts): remove the module for scripts The scripts should be part of other modules. If there's no good place for them, they should be part of the packages module. Change-Id: Ic6c678fbe981444848a0ac7015c6c2e450f3b1c1 Reviewed-on: https://cl.fcuny.net/c/world/+/424 Tested-by: CI Reviewed-by: Franck Cuny --- home/scripts/default.nix | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 home/scripts/default.nix (limited to 'home/scripts/default.nix') diff --git a/home/scripts/default.nix b/home/scripts/default.nix deleted file mode 100644 index 741bade..0000000 --- a/home/scripts/default.nix +++ /dev/null @@ -1,5 +0,0 @@ -{ ... }: - -{ - imports = [ ./perf-flamegraph.nix ./bc-to-nas.nix ]; -} -- cgit v1.2.3