Open srid opened 1 month ago
Notice that the top-level nix's arguments are not passed to the home-manager command (assuming it can even support it). But we basically want the cache config to propagate to inner commands, preventing the need to prompt the user unnecessarily.
Sadly, home-manager bash script uses nix-build which doesn't recognize flake options:
nix-build
Notice that the top-level nix's arguments are not passed to the home-manager command (assuming it can even support it). But we basically want the cache config to propagate to inner commands, preventing the need to prompt the user unnecessarily.