-
While we have a `flakeModules` option that works decently well in most cases, some requirements aren't satisfied yet, or at least not to a degree where it's easy, let alone obvious how to satisfy them…
-
**Describe the bug**
We very frequently have tests flake/fail on button press/tap. The failures are random and can occur on almost any button press. Seems like the press is executed by maestro but do…
-
I wrote "mind-map of tutorials" because it is not necessarily going to be a linear progress. Maybe a flake-parts tutorial needs to be gone through before going through part 2 or 3 of nixos tutorial se…
srid updated
8 months ago
-
**Is your feature request related to a problem? Please describe.**
I've been spending a lot of time on test flakes lately, and as is well known, we rely (some would say over-rely) on TestCluster te…
-
### Describe the bug
The program shows a blank gray screen.
### Steps To Reproduce
Steps to reproduce the behavior:
`nix run nixpkgs#nheko`
### Expected behavior
The application displays con…
-
Hi, thanks for providing this helpful module!
For me it's somehow not enough to follow the "How to add". I added the module to my flake as described but it results in
```
error: attribute 'check_…
-
Hey, let me write some feedback I have after having tried this flake.
1. A short overview of `flake-parts` would be helpful for integrating the template into existing flakes
2. Adding an input t…
-
I'm not sure if this is a regression from https://github.com/LnL7/nix-darwin/pull/1177 (it doesn't substantially change the way this works) but after I updated my flake, now every time I run a `darwi…
-
I'm trying to build node package using `flake-parts` and `dream2nix`:
```nix
dream2nix.inputs.web_node = {
source = ./web_node;
projects.web_node = {name, ...}: {
inherit name;
# r…
-
## Steps To Reproduce
```bash
git clone https://github.com/NixOS/nixpkgs.git
git switch nixos-24.05
nix-build -A python311Packages.dns
```
## Build log
Build Log
```
this d…