jupyter works through uv command in devenv shell

This commit is contained in:
John Lancaster
2024-12-28 23:54:16 -06:00
parent 77098ae071
commit 1a3dcb516a
3 changed files with 36 additions and 25 deletions

View File

@@ -15,6 +15,8 @@ in
nix.settings.trusted-users = [ "root" "@wheel" ];
nix.settings.experimental-features = [ "nix-command" "flakes" ];
programs.nix-ld.enable = true;
sops.defaultSopsFile = ./secrets/secrets.yaml;
sops.defaultSopsFormat = "yaml";