you are viewing a single comment's thread
view the rest of the comments
[–] 5 points 3 years ago (1 child)

It pulls in flakes from flakes. So, unless I want to travel the whole dependency graph down all of the flakes and put them in my top-level flake, I have to use impure. 😕

  • source
  • parent
  • hideshow 2 child comments
  • [–] 5 points 3 years ago (2 children)

    I personally use a patch on my nix that allows to evaluate a thunk for the inputs, and have every input in a different file. https://github.com/flafydev/combined-manager

  • source
  • parent
  • hideshow 4 child comments