My Nix Configuration

[home.profiles] development: update python and remove cargo

pyrox.dev 85a4ac92 e7f2094a

verified
Changed files
+1 -2
modules
home
profiles
development
+1 -2
modules/home/profiles/development/default.nix
···
...
}:
let
-
customPython = pkgs.python312.withPackages (ps: [ ps.pip ]);
+
customPython = pkgs.python313.withPackages (ps: [ ps.pip ]);
cfg = config.py.profiles.development;
in
{
···
};
home.packages = with pkgs; [
any-nix-shell
-
cargo
customPython
editorconfig-core-c
nil