diff options
| author | Fuwn <[email protected]> | 2024-10-11 06:16:46 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-11 06:24:34 -0700 |
| commit | 4e8179f97169ffc9a07c0dfe0dde4a9f08d738ae (patch) | |
| tree | fdaf30aab7c1054c746c52171244021297c8b609 /flake.nix | |
| parent | chore(yae): pin yaak (diff) | |
| download | tsutsumi-4e8179f97169ffc9a07c0dfe0dde4a9f08d738ae.tar.xz tsutsumi-4e8179f97169ffc9a07c0dfe0dde4a9f08d738ae.zip | |
chore(refactor): move thorium source to yae
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -67,7 +67,7 @@ suzuri = pkgs.callPackage ./pkgs/suzuri.nix { inherit (self.packages.${system}) html2md; }; swaddle = pkgs.callPackage ./pkgs/swaddle.nix { }; t = pkgs.callPackage ./pkgs/t.nix { }; - thorium = pkgs.callPackage ./pkgs/thorium.nix { }; + thorium = pkgs.callPackage ./pkgs/thorium.nix { inherit yae; }; yae = inputs.yae.packages.${system}.default; yaak = pkgs.callPackage ./pkgs/yaak.nix { inherit yae; }; zen-browser-bin = pkgs.callPackage ./pkgs/zen-browser-bin.nix { inherit pkgs self yae; }; |