This commit is contained in:
Michael Thomson 2025-01-26 13:33:39 -05:00
parent bdffe70222
commit 5b055cb567
No known key found for this signature in database
GPG Key ID: 8EFECCD347C72F7D
2 changed files with 1 additions and 5 deletions

View File

@ -66,7 +66,7 @@
]; ];
}; };
}; };
nixOnDroidConfigurations.default = nix-on-droid.lib.nixOnDroidConfiguration { nixOnDroidConfigurations.default = nix-on-droid.lib.nixOnDroidConfiguration {
pkgs = import nixpkgs { system = "aarch64-linux"; }; pkgs = import nixpkgs { system = "aarch64-linux"; };
extraSpecialArgs = {inherit inputs;}; extraSpecialArgs = {inherit inputs;};

View File

@ -472,10 +472,6 @@ lib,
}; };
}; };
}; };
hls = {
enable = true;
installGhc = true;
};
ts_ls = { ts_ls = {
enable = true; enable = true;
}; };