summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index c1fc9b6..00bdc43 100644
--- a/flake.nix
+++ b/flake.nix
@@ -35,7 +35,8 @@
cartridges = callPackage ./pkgs/cartridges.nix {};
huion = callPackage ./pkgs/huion.nix {};
mommy = callPackage ./pkgs/mommy.nix {};
- theseus = callPackage ./pkgs/theseus.nix {};
+ # broken due to upstrea adopting pnpm
+ # theseus = callPackage ./pkgs/theseus.nix {};
treefetch = callPackage ./pkgs/treefetch.nix {};
swhkd = callPackage ./pkgs/swhkd {};
vim-just = callPackage ./pkgs/vim-just.nix {};