dantefromhell

Results 76 comments of dantefromhell

> A quicker action would be to click the timestamp which connects you to the post link, I believe this could be used in some way to half the time...

FYI I've started work on a nix derivation using the `buildGoModule` builder and the following nix expression ``` # Currently pinned to cloned repo owned by 'dantefromhell' to fix some...

OK, after a bunch of wranling I came up with this ``` # A lexer package (nex) is required as buildInput for mgmt to generate go # code during compilation...

@purpleidea No rush, I've only get to work on it every now and than myself. I believe I got some possible upstream changes related to #693 worked out in the...

@urandom2 No toe-stepping on my end. I'm actually super happy about your PR. I haven't learned that aspect of NixOS yet this greatly helps to simplify my flake!

> Is there anything else in the diff for packaging that we can merge upstream here to make this easier? @urandom2 I'm wondering how helpful it could be to have...

[EDIT] Added some clarifications + typos fixed. Ex-PKI operator of a well-known (and WebTrust** audited) environment. A few design comments around certificates, design & life-cycle - within the context of...

@purpleidea I'm happy to answer more cert related questions. I'm definitely interested in building this resource. First step is to write a proper design that outlines the behaviour & integration?

> One workaround I just found is setting `meta.nixpkgs` to be a set that only contains `lib`, e.g.: > > ```nix > { > meta = { > nixpkgs =...

I'm having the same experience of a blank black screen. hyprland config works on my native machine but not for `nix build .#nixosConfiguration.nixos.config.system.build.vm` generated VM. I tested the recommendations in...