Felix Uhl
Felix Uhl
> I tried to come up with a more accurate algorithm, but it seems impossible. What's the risk? Having the image size reduced automatically seems quite neat, even if it...
> It seems to require prefixing, so `--flake .#hostname` doesn't work, but `--flake git+file:.#hostname` does. I tried this out just now, and it seems to work fine: ``` nix run...
Yeah I'd say so. Thank you for bringing it up!
@jnsgruk I agree with your reasoning. Because this flag would influence disko's behavior, it is valid to "duplicate" this option. An implementation of this feature would require the respective `fileSystems..neededForBoot`...
Personally I would have had a use for this as well right now. Adding something like a `createAsDegraded` option would be super cool. > Still feels a bit adhoc/hacky to...
This change makes disko incompatible with [nixos-anywhere, which calls the script directly](https://github.com/nix-community/nixos-anywhere/blob/d5ced5dc30c7a14587f002a1ab67f5201911f03d/src/nixos-anywhere.sh#L469). That's a solvable problem, but I don't see much use in changing this now. These scripts are not...
Okay good to know, thank you. I'm concerned about backwards compatibility, what could we do so we don't break compatibility with nixos-anywhere? Maybe we should submit a PR to them...
How easy is it right now to get PRs merged in NixCpp? Haven't followed the development for a while, but this would be relatively simple to implement. Just add some...
Are there any real-world implications regarding this? I feel like the issue is formulated very generally and not actionable. I'm thinking of closing it in favor of individual reports (which...
@szlend indeed. We're working on a fix in nixpkgs and Nix to make the error message better. ~~@Mic92 The check is not executed when `direnv` runs because `nix print-dev-env` (which...