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

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