Skip to content

Commit

Permalink
emacs/titaniumenv: Drop broken files
Browse files Browse the repository at this point in the history
These files don't even parse using `nix-instantiate --parse`:
> error: undefined variable 'haskell-mode'
> error: undefined variable 'lib'

While these issues could be trivially fixed, the fact that these files
are not even parsable by nix-instantiate shows me that they are probably
unnecessary.
  • Loading branch information
dasJ committed Jan 9, 2024
1 parent 8736250 commit 9d5b487
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 139 deletions.

This file was deleted.

1 change: 0 additions & 1 deletion pkgs/development/mobile/titaniumenv/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
rec {
titaniumsdk = let
titaniumSdkFile = if tiVersion == "8.2.1.GA" then ./titaniumsdk-8.2.nix
else if tiVersion == "7.5.1.GA" then ./titaniumsdk-7.5.nix
else if tiVersion == "8.3.2.GA" then ./titaniumsdk-8.3.nix
else throw "Titanium version not supported: "+tiVersion;
in
Expand Down
111 changes: 0 additions & 111 deletions pkgs/development/mobile/titaniumenv/titaniumsdk-7.5.nix

This file was deleted.

0 comments on commit 9d5b487

Please sign in to comment.