about summary refs log tree commit diff
path: root/nix/flake
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-05-04 13:58:58 -0700
committerFranck Cuny <franck@fcuny.net>2024-05-04 13:58:58 -0700
commitb19fca1d9be319f7d7b07215139832f2b46d6385 (patch)
treed4e9afc2fa725c0352f957410fa9e30e749e45e5 /nix/flake
parentmove the slocalc under `src` (diff)
downloadworld-b19fca1d9be319f7d7b07215139832f2b46d6385.tar.gz
move seqstat
Diffstat (limited to 'nix/flake')
-rw-r--r--nix/flake/packages.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/nix/flake/packages.nix b/nix/flake/packages.nix
index 3bfbec5..abc12cf 100644
--- a/nix/flake/packages.nix
+++ b/nix/flake/packages.nix
@@ -4,17 +4,11 @@
   ];
 
   perSystem = { config, pkgs, ... }: {
-    overlayAttrs = {
-      inherit (config.packages)
-        seqstat;
-    };
-
     packages = {
       git-blame-stats = pkgs.callPackage "${self}/packages/git-blame-stats" { };
       git-broom = pkgs.callPackage "${self}/packages/git-broom" { };
       ipconverter = pkgs.callPackage "${self}/packages/ipconverter" { };
       robloxenv = pkgs.callPackage "${self}/packages/robloxenv" { };
-      seqstat = pkgs.callPackage "${self}/packages/seqstat" { };
     };
   };
 }