update Nix configuration

This commit is contained in:
The MMGen Project 2025-09-11 17:37:10 +00:00
commit 84b0843be3
Signed by: mmgen
GPG key ID: 3F8B1861E32B7DA2
14 changed files with 96 additions and 37 deletions

View file

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