Dom Rodriguez
Dom Rodriguez
Ah... I see. Okay. That makes sense. Maybe, just to make it clear for people, you could add - either a prefix or a suffix - `-cross`. That way it's...
Agreed. Wouldn't a suffix/prefix be relatively easy to adjust in CI as well, though? I mean, it wouldn't be 'typical' user-facing, only for those like me who inspect the Flake,...
~~Would you like me to make a PR?~~ Actually, I think it's best you do this. The Flake looks rather complex.
I've been thinking about this some more. I may be wrong, but I believe nix/nixpkgs does support `system` attributes, such as: `x86_64-windows`, and `aarch64-darwin`. We could refactor the Flake here...
The interesting thing is that `neverest sync` *does* show the progress bar, but I was running it with `--dry-run` when I mentioned it to you. If you do it in...
If you need testers for this PR, let me know. I'm running NixOS on x86_64 Linux, and have several AOSP trees to work with. I have around 32GB of RAM....
Do you think you could elaborate on the current behaviour?
@Marakai To reply: > I normally use PRs from my forked repo, rather than a direct branch in your repo. I assume that's your preference as well? Preferably for the...
This was my [fix](https://github.com/shymega/nixfigs/blob/main/modules/nixos/generators.nix#L14). I'm not sure if Nixpkgs needs the fix.
@alirezamirsepassi My fix was: ```nix { inputs, ... }: { imports = [inputs.nixos-generators.nixosModules.all-formats]; formatConfigs.proxmox-lxc = { proxmoxLXC.manageHostName = true; }; } ```