about summary refs log tree commit diff
path: root/packages
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-03-07 10:07:49 -0800
committerFranck Cuny <franck@fcuny.net>2024-03-07 10:10:55 -0800
commit318978655894aaa82fdf4c5de1eb9c58cb351a91 (patch)
treec96d22c7f116fcf9c9ee56dd2c222f432540b0f5 /packages
parentinstall seqstat on the work profile (diff)
downloadworld-318978655894aaa82fdf4c5de1eb9c58cb351a91.tar.gz
share configuration for shell utils
Diffstat (limited to 'packages')
-rw-r--r--packages/default.nix10
1 files changed, 0 insertions, 10 deletions
diff --git a/packages/default.nix b/packages/default.nix
deleted file mode 100644
index 8e537c9..0000000
--- a/packages/default.nix
+++ /dev/null
@@ -1,10 +0,0 @@
-{ pkgs, ... }:
-
-pkgs.lib.makeScope pkgs.newScope (pkgs: {
-  # dnsmasq-to-html = pkgs.callPackage ./dnsmasq-leases-html { };
-  # git-blame-stats = pkgs.callPackage ./git-blame-stats { };
-  # git-broom = pkgs.callPackage ./git-broom { };
-  # ipconverter = pkgs.callPackage ./ipconverter { };
-  # perf-flamegraph-pid = pkgs.callPackage ./perf-flamegraph-pid { };
-  seqstat = pkgs.callPackage ./seqstat { };
-})