!fXpAvneDgyJuYMZSwO:nixos.org

Nix Data Science

279 Members
61 Servers

You have reached the beginning of time (for this room).


SenderMessageTime
26 Jul 2023
@petrichor:envs.netJez (he/him) ♾️ *

and you can use the flake registry entry like this, but it's more verbose:

nix shell --impure --expr '(builtins.getFlake "nixpkgs").legacyPackages.x86_64-linux.python3.withPackages (p: [p.numpy])'
07:47:16
@petrichor:envs.netJez (he/him) ♾️ *

maybe this is slightly better because you don't have to remember what system you're using?

nix shell --impure --expr '(import (builtins.getFlake "nixpkgs") {}).python3.withPackages (p: [p.numpy])'
07:47:39

Show newer messages


Back to Room ListRoom Version: 6