DavHau

Results 328 comments of DavHau

These options already exist under `/modules/derivation-common`, though without a description fields and examples. Could you just add description/examples there? Also, should we just export all the documentation from the nix...

I've been hacking on the for the past two days until a point of frustration. The approach might just have been wrong. I opened a [draft PR](https://github.com/DavHau/drv-parts/pull/5). Maybe you have...

@blaggacao I think you have a good point there. Ideally drv-modules should be portable, so you can copy them and use them in another context. Logically the declaration of required...

One thought that just came up. Maybe we could copy the inputs schema from flakes? Example: ```nix { # declare and fullfill dep in one line deps.bash.follows = "pkgs/bash"; #...

Why do yo want to use the nixos-unstable branch by default? Wouldn't it be better do have the defaults as 'stable' as possible?

> You would need to hardcode it into the image in this case. Some vpns also allow to just have a join token embedded that needs to be confirmed in...

I guess to deploy on foreign platforms we'd need to introduce a remote build strategy anyways. If so, maybe we can make this the default once we have it. Copying...

It would be great if Github served `tar.xz` or `tar.zstd` compressed source archives. Nix relies on downloading tarballs/zipballs of the nixpkgs repo quite heavily. Github currently delivers only DEFLATE compressed...

I'm running into the same issue using nix `2.23.0` after updating from nix `2.20.x`. I had used --override-input with nix 2.20 and nix 2.23 crashes: error: … while updating the...