tomberek

Results 245 comments of tomberek

Likely needs work in the repair subsystem to allow fixing incorrect metadata.

Somewhat related, would anyone be interested more specific url matching for the tokens?

@Baughn Any luck? I've had more luck with raw nixops for both provisioning and updates, but I'm still keeping an eye on dydisnix as a Nix-native version of k8s.

@louwers: There are very few in-production disnix users out there compared to k8s. But I reach for disnix fairly often and am often pleased with the results on small scale...

Possible issue with remote builders and hydra. (note: there should be no CA builds occurring) Using hydra: ``` src = pkgs.fetchFromGitHub { owner = "regnat"; repo = "hydra"; rev =...

Module system, nixpkgs, and flakes all have useful information at different depths. It's hard to have a single choice here.

With flakes, especially a local one, there is a heuristic that any "local files" frames are helpful, likely because that's what they are working on and might be editing. But...

Prior to 2.19 only the previous `nix-shell` shebang worked. Closing as answered.

This is similar to https://github.com/NixOS/nix/issues/5663 and related issues. A workaround is to use https://github.com/numtide/nixpkgs-unfree. Or to craft your own that specifies a license policy that you want. So while this...