nix: upgrade nixpkgs to v24.11

This commit is contained in:
The MMGen Project 2025-03-10 14:28:55 +00:00
commit 400054975b
Signed by: mmgen
GPG key ID: 3F8B1861E32B7DA2
4 changed files with 11 additions and 2 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-24.05.nix) {};
# pkgs = import (bdir + /nixpkgs-24.11.nix) {};
### Set python version globally for the MMGen environment.
### Must be set if pkgs is set.