You're viewing a single thread.
View all comments
61
comments
rebuild_intelTower_withUpdate() { ./home/scripts/pullrelease.sh nix flake update sudo nixos-rebuild switch --flake .#intelTower --impure --show-trace nix build .#homeConfigurations.bismuth-edp.activationPackage --impure --show-trace activateHM }
4 0 Replyimpure? :ā(
3 0 ReplyIt 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. š
5 0 ReplyI 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
5 0 Replythanks so much for sharing. I'll give it a look.
5 0 ReplyMy config is at https://github.com/n3oney/nixus
2 0 Reply
You've viewed 61 comments.
Scroll to top