diff options
| author | seth <[email protected]> | 2023-07-25 21:29:03 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-07-25 21:29:03 -0400 |
| commit | 0348d32d806e0e43cc23d7654298c01633e537d6 (patch) | |
| tree | 8185b25c47e7ccb97ce234085eb98bbaa6367871 /pkgs/default.nix | |
| parent | b5a694a578ce5fe012ea92db1b43d7249a503d8b (diff) | |
pkgs/theseus: don't vendor yarn.lock
Diffstat (limited to 'pkgs/default.nix')
| -rw-r--r-- | pkgs/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/default.nix b/pkgs/default.nix index 6569814..db63d63 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -6,7 +6,7 @@ in { check-pr = callPackage ./check-pr.nix {}; huion = callPackage ./huion.nix {}; mommy = callPackage ./mommy.nix {}; - theseus = callPackage ./theseus {}; + theseus = callPackage ./theseus.nix {inherit (final.nodePackages) pnpm;}; treefetch = callPackage ./treefetch.nix {}; swhkd = callPackage ./swhkd {}; vim-just = callPackage ./vim-just.nix {}; |
