Lee Hughes

Results 56 comments of Lee Hughes

caddy1 removed from nixpkgs here https://github.com/NixOS/nixpkgs/commit/8f74e9e90541fdc34a4eb228d7dbab5ff761c20d as styx depends on caddy1, the script is going to need to be upgraded to use caddy2. Maybe the styx should not rely on...

nix inate nixpkgs#git but then again, I'm biased... *and* a robot from the future.

just for reference the iohk cardano-node flake also exhibits the same 'problem/issue/feature'. `nix flake show github:input-output-hk/cardano-node`

C is only buggy, it you write bugs, but if you don't write bugs, it's fine. but it's very easy to write bugs!!

I'm working on it :-). It may not be possible currently because the way dependencies are built into the project. Nixos likes to build from golang projects from source (it...

Ping!!! :-). Well if there is a coherent way to make the build more 'nix' friendly, then it's worth exploring. If it builds in nix/nixos, then would you be willing...

Yes, I'm going to look at pinning etc when i get my head around the build process. nix likes shell script files to shebang to be portable friendly. https://www.cyberciti.biz/tips/finding-bash-perl-python-portably-using-env.html so...

again, it's just nix weirdness, where golang is trying to install a library into a the readonly /nix/store Building: mgmt, os/arch: linux-amd64, version: 0.0.21-92-ge99dd74-dirty... go build runtime/cgo: copying /run/user/1000/go-cache/a8/a8c43676c0bd05331491ea4b76385e1daa149d053f9a1f55a25589358611653c-d: open...

Ok, I have mgmt compiling and runnng on Nixos within a Nixshell. This is the first step to getting a full nixos package done. :-) I had to do the...

I'm super busy with my startup right now, but i still got a place for mgmt-config in my heart!