-
### Description
The final browser package by https://github.com/nix-community/home-manager/blob/master/modules/programs/chromium.nix internally creates a override and does not provide any way to ac…
-
### 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 descript…
-
Currently Hydra duplicates lots of functionality that is in Nix. This is bad because it leads to either the Nix or Hydra versions of a feature being undertested and broken (e.g. remote builds are very…
-
The ~/.ssh/config symlink points to a file in nix store owned by admin user running nix-daemon (not root in my environment). Is it possible to come up with a workaround like create a file with differe…
-
```
error: Package ‘nodejs-14.21.3’ in /nix/store/g68f5abh3xhcz8xsdlfw7wkgkkcx3nwy-source/pkgs/development/web/nodejs/v14.nix:11 is marked as insecure, refusing to evaluate.
Known issues:…
-
**Is your feature request related to a problem? Please describe.**
The `env` options has a bit of an awkward format. I'm doing my configuration in Nix so I have to write it like
```nix
{
env…
-
### Describe the bug
Authelia can't read secrets provided by agenix..
### Steps To Reproduce
Steps to reproduce the behavior:
1. [Set up agenix](https://github.com/ryantm/agenix?tab=readme-ov-fi…
-
With this code:
```nix
let
config = {
host = "host";
user = "user";
port = 22;
};
in {
host = config.host;
user = config.user;
port = config.port;
}
```
`statix…
-
Helpless at times; I admit this is above my head. Sincerely, I hope to receive a wee-bit in the way of help.
I cloned your repo and followed build instructions.
Where I hit a wall is this:
t/t5…
-
### Steps To Reproduce
Steps to reproduce the behavior:
1. build nodePackages.webtorrent-cli
### Build log
Cf. [the full log](https://gist.github.com/samueltardieu/ef3693ac40bd0da3c5c112e4da…