-
Being able to combine multiple (otherwise disparate) notebooks is useful, such as to render documentation coming from different projects (à la https://community.flake.parts/modules). What does it take…
srid updated
8 months ago
-
In https://github.com/srid/haskell-template I'm using `flake-parts` in place of `flake-utils`. The minimal code I came up with in order to replace the latter's `eachDefaultSystem` is as follows:
``…
-
Similar to https://github.com/hercules-ci/flake-parts/issues/81.
Trying to add `inputs` to the `perSystem` args, triggers this error:
```
error: `inputs` (without `'`) is not a `perSystem` module…
-
Unless I'm mistaken, the preferred solution for generalizing across system architectures with Nix flakes is [flake-parts](https://flake.parts) by the Hercules CI team; reason being, you can separate a…
-
Hey, today I tried to add a SD card image (nixos-generators) for an existing system (Raspberry Pi 3B+) to my snowfall-lib flake.
After creating the subfolders (`systems/aarch64-sd-aarch64/system-na…
sokai updated
2 months ago
-
parts of it run twice immediately upon entering the shell, like the `cp` command below. I know this because the second attempt at copying from the flake below fails with "permission denied" (because t…
-
Add a new template layout that mimics the [mdBook look](https://rust-lang.github.io/mdBook/format/theme/index.html).
And then test it in https://github.com/flake-parts/community.flake.parts/issues/…
srid updated
10 months ago
-
The example in https://flake.parts/options/flake-parts.html#opt-flake.nixosConfigurations doesn't use nixosConfigurations and so does not demonstrate its use.
-
https://github.com/numtide/treefmt-nix/pull/86
> One day I'll add CI for the docs; need to work on the OSS use case a bit.
Something that runs doc tests just for the current module would be nice…
srid updated
10 months ago
-
**Describe the bug**
Attempting to kill running processes with ctrl-c results in an exception from Python:
```
Traceback (most recent call last):
File "/nix/store/vpvlpmh0p39f6q34njjq38wr9y9…
jcf updated
10 months ago