Skip to content

Commit

Permalink
Fix: remove apps.cross
Browse files Browse the repository at this point in the history
  • Loading branch information
a-kenji committed Nov 2, 2023
1 parent abc592f commit 69c71ce
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,6 @@
apps = {
default = flake-utils.lib.mkApp {drv = packages.default;};
zellij-upstream = flake-utils.lib.mkApp {drv = packages.zellij-upstream;};
zellij-cross-upstream = flake-utils.lib.mkApp {
drv = packages.zellij-cross-upstream;
};
zellij-cross = flake-utils.lib.mkApp {drv = packages.zellij-cross;};
};

devShells = {
Expand Down

0 comments on commit 69c71ce

Please sign in to comment.