aboutsummaryrefslogtreecommitdiff
path: root/pkgs/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/default.nix')
-rw-r--r--pkgs/default.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/pkgs/default.nix b/pkgs/default.nix
deleted file mode 100644
index ae395f7..0000000
--- a/pkgs/default.nix
+++ /dev/null
@@ -1,6 +0,0 @@
-{ pkgs }: {
- tgs2png = pkgs.callPackage ./tgs2png { };
- pokemon-colorscripts = pkgs.callPackage ./pokemon-colorscripts { };
- spoofdpi = pkgs.callPackage ./spoofdpi { };
- boomer = pkgs.callPackage ./boomer/default.nix { nim = pkgs.nim-1_0; };
-}