nix: update for nixpkgs 25.11

This commit is contained in:
The MMGen Project 2025-12-08 14:56:19 +00:00
commit 0db0f29d82
Signed by: mmgen
GPG key ID: 3F8B1861E32B7DA2
7 changed files with 14 additions and 28 deletions

View file

@ -8,7 +8,7 @@
rec {
### Set nixpkgs globally for the MMGen environment.
### If you set it, make sure to uncomment the python variable assignment below.
# pkgs = import (bdir + /nixpkgs-25.05.nix) {};
# pkgs = import (bdir + /nixpkgs-25.11.nix) {};
### Set python version globally for the MMGen environment.
### Must be set if pkgs is set.