mirror of
https://github.com/infinisil/all-hies.git
synced 2024-11-22 13:02:26 +03:00
Add temp workaround for hie-bios git revision not being present anymore
This commit is contained in:
parent
a585074f75
commit
3030c7dc46
@ -101,6 +101,13 @@ in {
|
||||
|
||||
There is a [[https://github.com/haskell/haskell-ide-engine/pull/1126][HIE PR]] for using @mpickering's [[https://github.com/mpickering/hie-bios][hie-bios]]. This PR can be built with by using the ~bios~ attribute, e.g. ~all-hies.bios.selection { selector p: { inherit (p) ghc865; }; }~.
|
||||
|
||||
Due to a git reference having been removed, you need to run this command to get the unbuildable paths from the cache if you don't have the cache enabled by default:
|
||||
#+BEGIN_SRC bash
|
||||
nix-store -r /nix/store/hji603fygfz3a5kkkkzwrf3cfgjpj9d6-haskell-ide-engine-eb3d32e \
|
||||
--option substituters https://all-hies.cachix.org \
|
||||
--option trusted-public-keys all-hies.cachix.org-1:JjrzAOEUsD9ZMt8fdFbzo3jNAyEWlPAwdVuHw4RD43k=
|
||||
#+END_SRC
|
||||
|
||||
** Updating this repository
|
||||
|
||||
This section is only for all-hies developers and not intended for end users.
|
||||
|
Loading…
Reference in New Issue
Block a user