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

@ -1,7 +1,7 @@
{ add_pkgs_path }:
let
dfl_nixpkgs = import ./nixpkgs-25.05.nix {};
dfl_nixpkgs = import ./nixpkgs-25.11.nix {};
dfl_python = pkgs.python313;
null_pkgs = {
system-packages = {};