Skip to content
Snippets Groups Projects

[fix] remove unnecessary default dependencies

Open Magnus Viernickel requested to merge mangoiv/remove-unnecessary-deps into main
3 unresolved threads
Files
3
@@ -2,8 +2,6 @@
@@ -2,8 +2,6 @@
description = "adhoc ghc.nix devShell flake";
description = "adhoc ghc.nix devShell flake";
nixConfig = {
nixConfig = {
bash-prompt = "\\[\\e[34;1m\\]ghc.nix ~ \\[\\e[0m\\]";
bash-prompt = "\\[\\e[34;1m\\]ghc.nix ~ \\[\\e[0m\\]";
extra-substituters = [ "https://ghc-nix.cachix.org" ];
extra-trusted-public-keys = [ "ghc-nix.cachix.org-1:wI8l3tirheIpjRnr2OZh6YXXNdK2fVQeOI4SVz/X8nA=" ];
};
};
inputs.ghc-nix.url = "gitlab:ghc/ghc.nix?host=gitlab.haskell.org";
inputs.ghc-nix.url = "gitlab:ghc/ghc.nix?host=gitlab.haskell.org";
# In case you need to fork ghc.nix:
# In case you need to fork ghc.nix:
Loading