flake: remove the 'follows' directive#2218
Conversation
nixFlake suffers from a bug when using "follows" keyword: NixOS/nix#3602
|
the "follow" is broken in nix which means I can't use the flake without a fork. Alternatively, could we :
|
I don't think that's a good idea, since it causes extra maintenance
Actually we already do this: haskell-language-server/flake.nix Line 137 in 48221c7 So maybe we don't need "follow" nixpkgs at all, and this PR may work. Could you try executing the pre-commit hook? |
|
|
berberman
left a comment
There was a problem hiding this comment.
Thanks for confirming, then we are good to go
nixFlake suffers from a bug when using "follows" keyword:
NixOS/nix#3602
I think the (possibly) extra-downloads is worth having the peace of mind that it always works.