-
I started with something simple.
```nix
shb.arr = {
sonarr.enable = true;
sonarr.settings.ApiKey = config.age.secrets.arr-api-key.path;
sonarr.subdomain = "radarr";
sonarr.doma…
-
We need to improve our nix code.
- [ ] First step is to refactor the flake to be more readable.
@wucke13 suggested additional steps.
- [ ] pull stuff out of flake.nix, own pkgs/ dir, then put…
koraa updated
1 month ago
-
A nix package or flake needs to be created for users of NixOS and the nix package manager to be able to use this applet.
bhh32 updated
1 month ago
-
Move the contents of [Serving a Nix store via HTTP](https://github.com/NixOS/nix/blob/0507462c0626d19b59b78e490b7b203df29e7bb0/doc/manual/src/package-management/binary-cache-substituter.md) to a stand…
-
The flake does not provide the Cargo tool `test-fuzz`. It can be installed with `cargo install cargo-test-fuzz` but ideally we'd just have all the tools we need without doing global installs.
-
I get this error whenever I run the command:
nix run github:nix-community/plasma-manager
```
[spiderunderurbed@daspidercave:~]$ nix run github:nix-community/plasma-manager
Traceback (most recen…
-
## Error
```
Error:
0: Install failure
1: Error executing action
2: Action `create_nix_hook_service` errored
3: Failed to execute command with status 5 `"launchctl" "bootout" "syste…
-
(This is my own interpretation:) Nix is a declarative tool for creating reproducible and reliable builds. Nix can function as a package manager on Linux operating systems (including Amazon Linux) in a…
-
**Is your feature request related to a problem? Please describe.**
Being able to install helmwave when using nixos or nix build system
**Describe the solution you'd like**
helmwave as a package o…
-
I tried to create a project with the sveltekit template and when I start up the project, the setup doesn't finish and it generates this error.log:
`these 5 derivations will be built:
/nix/store/53…