diff options
Diffstat (limited to 'nix')
-rw-r--r-- | nix/flake/packages.nix | 6 | ||||
-rw-r--r-- | nix/profiles/home-manager/shell.nix | 1 |
2 files changed, 0 insertions, 7 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" { }; }; }; } diff --git a/nix/profiles/home-manager/shell.nix b/nix/profiles/home-manager/shell.nix index 2c3734c..ac41134 100644 --- a/nix/profiles/home-manager/shell.nix +++ b/nix/profiles/home-manager/shell.nix @@ -31,7 +31,6 @@ self.packages.${pkgs.system}.git-blame-stats self.packages.${pkgs.system}.git-broom self.packages.${pkgs.system}.ipconverter - self.packages.${pkgs.system}.seqstat ]; xdg = { |