-
I wanted to convert my main flake to flake parts to get a feeling for it, as from all the different abstractions I have seen so far, it seems to be the most sensible approach.
Though the approach a…
-
Enrich `nix flake init` with parameters
- [x] Initial spec #5
- [ ] Final spec, based on feedback (@roberth, etc.)
## Considerations for parameters
Currently, the parameters introduced in …
-
I'm trying out flake-parts for our company's devShell, and it does look a lot tidier than the previous flake-utils based mess we had! But there's one thing I'm not sure about: We're using [fenix](http…
-
Consider a Haskell project built with `haskell.nix`. We want flake outputs and hydra builds for Linux and Darwin. Flake outputs are fine, just use `perSystem` or the equivalent functionality in `flake…
-
**Describe the bug**
I want to try/use Nix Flakes on an offline network. I have configured a local registry entry for offline use, but Nix still insists on getting the global registry from github.c…
-
I am struggling implementing flake-parts to work as a part of nixosSystem declaration can you help? So that on system rebuild it also deploys the home-manager configuration for the user, so far i figu…
-
https://github.com/hercules-ci/flake.parts-website/blob/07004d6c3abf5530d312fc69dbfbf89f0039a714/site/site-module.nix#L15-L33
It would make haskell-flake CI a bit faster to have per module linkchec…
srid updated
8 months ago
-
Has there been any work/discussion regarding tests for flake modules? It would be nice to have a community defined flow for how to create tests for flake modules. Similar like we have tests for nixos …
-
Hi, it seems like `hci-effects`, just as this flake module defines the argument `herculesCI`, making them essentially incompatible, would it be possible to just remove this argument from this flake an…
-
Right now, the entire lazy spec is defined "in a single derivation". Better - I think - would be to build each plugin individually (which we already do) _and_ attach to it (e.g. via `passthru`) its la…