DavHau
DavHau
updated description
> --override-input dream2nix . --refresh nix --help ``` ... · --refresh Consider all previously downloaded files out-of-date. ... ```
Could you provide an example project that demonstrates the issue?
Potentially fixed. Also we don't have an example that triggers that issue. Therefore closing
A pure translator for `packages.lock.json` sounds like a great idea. What hash algo is used for `contentHash` in packages.lock.json? It could be sha512, but I'm not sure. For a pure...
>IIRC contentHash cannot be used as it is calculated in the middle of the nuget install procedure, the hash of the file you fetch will differentiate from it. Whatever happens...
> We should adopt whatever style is predominant in nixpkgs. Does that mean you prefer adopting predominant style over good/useful style? Some of the stuff which is predominant right now...
> Or maybe it should add `\n` after the `=`: > > ```nix > let > nix = > if !buildNix then null else > buildRacketNix; > in > {...
I started using nixpkgs-fmt integration for my editor a few days ago, but this issue is the reason I will disable it again. The way nixpkgs-fmt formats function arguments is...
> I personally prefer the way it is now, so if anything happens I'd like it to be configurable. Of course not in nixpkgs but for other projects. Could you...