-
Look at using one of these PDF diff tools for testing GPML -> PDF conversion:
nixpkgs.diff-pdf
nixpkgs.diffpdf
nixpkgs.pdfdiff
nixpkgs.diffoscope (it does PDFs)
Right now, I think we're just …
-
### systemd version the issue has been seen with
255.9
### Used distribution
NixOS 24.05 (based on github:NixOS/nixpkgs/4eb33fe664af7b41a4c446f87d20c9a0a6321fa3)
### Linux kernel version used
6.6…
-
When running `nixpkgs-review pr 187960` for NixOS/nixpkgs/pull/187960 it fails with an error:
Log output
```
…/nixpkgs master *1 % nixpkgs-review pr 187960
$ git -c fetch.prune=false fetch -…
-
I don't know what happens really, I'm scared. Sorry for the title (you could change it for something accurate when we figure out what happens), I'm really flabbergasted for what it's happening.
Dis…
-
**Describe the bug**
I have a composable devenv like so:
```sh
devenv.yaml
devenv.nix
├── devenv
│ └── mkdocs
│ ├── devenv.yaml
│ ├── devenv.nix
│ └── pyproject.toml
…
-
**Describe the bug**
I'm on nix-darwin and copying to the store can take several minutes. This first appears on 2.19. 2.18 is fast (a few seconds). E.g. `nix run nixpkgs#scc` takes >5 minutes.
*…
-
When I add this to my config:
```
{
description = "A nix config";
inputs = {
nix-colors.url = "github:misterio77/nix-colors";
};
outputs = inputs@{ clip, nx, musnix, sops-nix,…
-
I've defined a [nixpkgs overlay](https://nixos.org/nixpkgs/manual/#sec-overlays-install) but nixops isn't picking it up.
I'm using the method where I set `NIX_PATH` / `-I` to `MYDIR` where `MYDIR` …
-
### Question
What are your thoughts on cross-compilation support in nixpkgs? In particular, what should happen when changes in nixpkgs conflict with maintaining cross-compilation support?
### Candid…
-
**Is your feature request related to a problem? Please describe.**
1. Create a file named `package.nix` that contains this:
```nix
let
pkgs = import { };
url = "https://git…