summaryrefslogtreecommitdiff
path: root/pkgs/default.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--pkgs/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/default.nix b/pkgs/default.nix
index 453d37c..e3b3f45 100644
--- a/pkgs/default.nix
+++ b/pkgs/default.nix
@@ -1,6 +1,6 @@
{pkgs, ...} @ inputs: {
- arcanist = pkgs.callPackage ./arcanist inputs;
+ arcanist = pkgs.callPackage ./arcanist {};
astal = pkgs.callPackage ./astal inputs;
- libfprint-2-tod1-vfs0090 = pkgs.callPackage ./libfprint-2-tod1-vfs0090 inputs;
- unofficial-homestuck-collection = pkgs.callPackage ./unofficial-homestuck-collection inputs;
+ libfprint-2-tod1-vfs0090 = pkgs.callPackage ./libfprint-2-tod1-vfs0090 {};
+ unofficial-homestuck-collection = pkgs.callPackage ./unofficial-homestuck-collection {};
}