nix: upgrade nixpkgs to v24.11
This commit is contained in:
parent
94bee46cb8
commit
400054975b
4 changed files with 11 additions and 2 deletions
|
|
@ -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 = {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue