-
The existing nix package only includes the CLI itself. But, for hermetic nix builds of latex documents, we'd need to have an additional derivation that includes the necessary latex packages. This way,…
cmoog updated
2 months ago
-
**Describe the bug**
I would expect `nix upgrade-nix` to install the latest version of nix (currently `nix-2.5.1`). Instead it downgrades nix to `nix-2.4`.
**Steps To Reproduce**
1. Check the…
-
I was excited to see the flake configs in this repo, but it seems like it isn't working.
```
$ nix flake show github:obsidian-html/obsidian-html
github:obsidian-html/obsidian-html/edc24eba8e43a28e9…
-
In some settings, we only want to show the builds to users with access to the repos.
Is it possible to map the repo access control to the authenticated users?
If not, create a "private" mode whe…
-
**Is your feature request related to a problem? Please describe.**
This project inherently has a lot of complexity, especially in its `flake.nix` file to allow for easy development of the project. …
-
### Steps To Reproduce
Steps to reproduce the behavior:
1. Update to latest nixos-24.05 input.
2. Try to build open nvidia driver
3. See it fail.
### Build log
[Here is a gist.](https://gi…
-
I need to set an environment variable depending on if a home manager module is enabled. Specifically I want something like this:
```Nix
environment.sessionVariables.NIXOS_OZONE_WL = mkIf snowfallo…
-
I am facing this error when trying to access `namespace` in my `overlays/default/default.nix` file.
Am I doing something wrong w.r.t the [overlay docs](https://snowfall.org/guides/lib/overlays/)?
…
-
Currently
> If the package (which must be locally unpacked) provides a `shell.nix` or `default.nix` file, this flag will cause `cabal` to run most commands through `nix-shell`. If both expressions …
-
I have been trying to use this to convert an RSA to a PGP for signing but I can't seem to get it to produce a key with a user ID that's correct
```
# Generate the private key with user ID
81 …