-
**Describe the bug**
Linux distributions such as NixOS use a very non-standard path (e.g `/run/wrappers/bin:/root/.nix-profile/bin:/etc/profiles/per-user/root/bin:/nix/var/nix/profiles/default/bin:/r…
-
Running the script using zsh causes it freeze:
```sh
otavio@micro ~ % zsh -x /nix/store/k63kv2airapd8pdkcffwysa0v8jqa3kn-shell-theme-default-dark.sh
+/etc/zshenv:5> [ -n '' ']'
+/etc/zshenv:6> _…
-
While running a garbage collection on the build slave (the host `jetson` here) I had remote builds fail due to paths being garbage-collected under it:
````
waiting for the big garbage collector lock…
-
## The config
```
- uses: DeterminateSystems/nix-installer-action@main
with:
extra-conf: |
post-build-hook = ${{ github.workspace }}/post-build-hook.sh
```
…
-
### Are you following the right branch?
- [X] My Nixpkgs and Home Manager versions are in sync
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Issue …
-
Hey, I've been trying to setup both agenix and ragenix; but I keep on getting this mysterious `cannot start plugin` error.
```
activating the configuration...
[agenix] creating new generation in /r…
-
Would you be interested in a PR for a Carburetor theme for COSMIC DE? I'm working on building it right now, but I thought I'd ask since Cosmic is still pretty unstable, and so it might require some ex…
-
Hi!
I'm using NixOs and I want to use this plugin in my Hyprland.
After installing my plugin with Home-manager it shows that error:
![image](https://github.com/Duckonaut/split-monitor-workspace…
-
### Describe the bug
I added the `smart` input plugin to telegraf in nixos:
```nix
services.telegraf.enable = true;
services.telegraf.extraConfig = {
outputs = {
...snip...
};…
-
`sops.template."dir.conf".file = ./bacula-dir.conf` does not work as expected.
The reason seems to be that when I try to use `${config.sops.placeholder.bacula-dbpass}` like in content it does not …