Jonas Chevalier
Jonas Chevalier
I agree with the reasoning but I think this ship has sailed already. Most of the nixpkgs default.nix use the comma-first notation.
I am open to introducing the change, but I don't think it should be holding back the upstream effort. nixpkgs-fmt 1.0 has been released on Aug 17, 2020, so it's...
It's interesting, and not surprising to see people having different preferences. There is not really a way to solve that without issuing a vote to all NixOS contributors. If we...
Potentially it could also target a specific rule if we give them proper names. ```nix { # nixpkgs-fmt skip=list-formatting something = [ "3A3C43" "BE3E48" "869A3A" "C4A535" "4E76A1" "855B8D" ]; }...
thanks for the report, I need to fix this. The last released version of the project should still be working fine if you are looking for a working version in...
The bower dependency makes it quite difficult to package the project for me. Because bower is deprecated the tooling to generate nix code from the bower.json is not very well...
Thanks I appreciate that it's not a priority. For reference https://github.com/NixOS/nixpkgs/pull/61513 is adding cryptpad to nixpkgs. Right now there is too much manual patching to automate the upgrade process so...
https://github.com/jrhouston/tfk8s does that and is sort of complementary. But it would be nice to have one tool that supports both.
codecov is complaining because the added doc is untested :)