WS-KCNHUB/machines/kcnhub/packages/conda.nix

6 lines
78 B
Nix
Raw Normal View History

2023-08-01 15:17:03 -04:00
{ pkgs, ... }: {
environment.systemPackages = with pkgs; [
conda
];
}