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

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 }

  • source
  • hideshow 2 child comments
  • [–] 3 points 3 years ago (1 child)
  • [–] 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