this post was submitted on 15 Jul 2023
415 points (97.5% liked)

Programmer Humor

31250 readers
2710 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 4 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] neoney@lemmy.neoney.dev 5 points 11 months 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

[–] demesisx@lemmy.world 5 points 11 months ago

thanks so much for sharing. I'll give it a look.