aboutsummaryrefslogtreecommitdiff
path: root/nix/flake/packages.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix/flake/packages.nix')
-rw-r--r--nix/flake/packages.nix12
1 files changed, 0 insertions, 12 deletions
diff --git a/nix/flake/packages.nix b/nix/flake/packages.nix
deleted file mode 100644
index 16c5ec4..0000000
--- a/nix/flake/packages.nix
+++ /dev/null
@@ -1,12 +0,0 @@
-{ inputs, self, ... }: {
- imports = [
- inputs.flake-parts.flakeModules.easyOverlay
- ];
-
- perSystem = { pkgs, ... }: {
- packages = {
- git-blame-stats = pkgs.callPackage "${self}/packages/git-blame-stats" { };
- git-broom = pkgs.callPackage "${self}/packages/git-broom" { };
- };
- };
-}