Alexander V. Nikolaev

Results 30 issues of Alexander V. Nikolaev

This patch export all same settings into both config and model templates. Also this patch seties take another attempt to work with "new-style" database configuration.

(I not test this patch with jinja2/coffin, but I believe it should work)

We can't generate instances for constrained fields, and for more cases for existentials. Also fix build on 9.2 (collective effort with @kana-sama)

npm package.json syntax allow supply links to private git repositories. Probably #94 could be extended to support all variants of git urls. We make few attempts to implement this ourself...

Currently, `mkFlake` use input named nixpkgs as default source for pkgs. Would be nice to set this explicitly, Example of desired code: ```nix { inputs.nixpkgs = "github:nixos/nixpkgs/some-old-branch"; inputs.nixpkgs-stable = "github:nixos/nixpkgs/nixos-23.05";...

enhancement

Is unclear, how to declare packages for `aarch64-linux` only (for example)

documentation

I know about --check, but it require root, and overwrite path in store (if I understand right). Would be nice, if we will have `--test-build` or something named likewise, to...

feature
cli

That a forward port of https://github.com/alexbatalov/fallout1-ce/pull/119 from `fallout-ce`

Both failures are build of ocaml itself I cut most interesting parts from logs (patching, detecting architectures, and failure itself), but could provide full logs if needed. You can see,...

This effort is a bit incomplete, due lack of mac osx experience and nix-darwin knowledge. All agents by default run from same user (I have no idea how to generate...