Tibor@pawb.social to Programmer Humor@lemmy.mlEnglish · 2 years agoWhen you have to update the serverpawb.socialimagemessage-square63fedilinkarrow-up1441arrow-down111
arrow-up1430arrow-down1imageWhen you have to update the serverpawb.socialTibor@pawb.social to Programmer Humor@lemmy.mlEnglish · 2 years agomessage-square63fedilink
minus-squaredemesisx@lemmy.worldlinkfedilinkEnglisharrow-up5·2 years agoIt 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. 😕
minus-squareneoney@lemmy.neoney.devlinkfedilinkEnglisharrow-up5·2 years agoI 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
minus-squaredemesisx@lemmy.worldlinkfedilinkEnglisharrow-up5·2 years agothanks so much for sharing. I’ll give it a look.
minus-squareneoney@lemmy.neoney.devlinkfedilinkEnglisharrow-up2·2 years agoMy config is at https://github.com/n3oney/nixus
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. 😕
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
thanks so much for sharing. I’ll give it a look.
My config is at https://github.com/n3oney/nixus