Robert

Results 4 issues of Robert

I have a header file like this, ```cpp #pragma once #include #include #include #pragma pack(push,1) struct TGAHeader { std::uint8_t idlength = 0; std::uint8_t colormaptype = 0; std::uint8_t datatypecode = 0;...

Currently running nixos-unstable and I'm having some issues with agenix that I can't seem to wrap my head around. I have a nixos config below that builds fine but when...

For those unfamiliar with the Nix Package Manager, this is a [Nix](https://nixos.org/) based file, with various features. Within this PR I made a working Proof of Concept for Reth. Within...

A-meta

I have a Nix flake with a configuration.nix using agenix. The repo is setup like so ``` flake.nix configuration.nix secrets/nix-code.age secrets/secrets.nix ``` In the git repo at the path: `./secrets/nix-code.age`...