update Nix configuration
This commit is contained in:
parent
b53cc67cf6
commit
84b0843be3
14 changed files with 96 additions and 37 deletions
|
|
@ -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 = {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue