David Arnold
David Arnold
Include Architectural overview of the components & flakes involved
> And please define/avoid abbreviations. Good point: 42db376c70c556016b0701a4626239c11adcd082
First attempt and learning: https://github.com/nix-community/dream2nix/pull/433
Bump priority to accomodate @lord-valen use case in `nixt` This is already scoped within the forst layer of the packaging pipeline. We hope for dream2nix to become the ecosystem's best...
This is probably relevant data when discussing dynamic vs static linking of `libnix` in https://github.com/water-sucks/nixos — thanks for bringing this up!
There's no way to tell `nixos-*` which Nix binary it should use? I'm not familiar with the `nixos-*` family and its design seems rather scattered and somewhat occasional to me...
If understanding is accurate, there are two failure modes: - `nixos-rebuild` using a past [unsuitable version of nix](https://github.com/NixOS/nixpkgs/blob/master/pkgs%2Fos-specific%2Flinux%2Fnixos-rebuild%2Fdefault.nix#L21) for the current evaluation - the current evaluation of a configuration failing...
I think after landing https://github.com/divnix/std/pull/297, I'd be at least able to informally share some more, including arion integration. I'll probably repost a snippet here, for a "quick-fix", well aware that...
Ok, so let me share this example: ```console ❯ l nix/cardano-stack # the Cardano Stack Software System / Cell Permissions Size User Date Modified Name drwxrwxr-x - blaggacao 17 May...
Oh and the `testbed.nix`: (which could benefit from https://github.com/nlewo/nix2container/issues/75) ```nix let inherit (inputs) std; in { metadata = let user = "metadata"; pass = "bar"; in std.lib.dev.mkArion { project.name =...