flake update
This commit is contained in:
10
flake.nix
10
flake.nix
@@ -110,15 +110,17 @@
|
||||
packages = with pkgs; [
|
||||
git
|
||||
gdbm
|
||||
# (python312.withPackages (python-pkgs: with python-pkgs; [ gdbm ]))
|
||||
(python312.withPackages (python-pkgs: with python-pkgs; [
|
||||
gdbm
|
||||
notebook # kinda hacky, but needed so that jupyter notebook has some shared library it needs?
|
||||
]))
|
||||
(writeShellScriptBin "ad-nb" "cd $(readlink -f /etc/nixos) && devenv up")
|
||||
# (writeShellScriptBin "ad-nb" "cd $(readlink -f /etc/nixos) && devenv up")
|
||||
];
|
||||
|
||||
processes = {
|
||||
my-jup.exec = "uv run jupyter notebook";
|
||||
};
|
||||
# processes = {
|
||||
# my-jup.exec = "uv run jupyter notebook";
|
||||
# };
|
||||
|
||||
enterShell = ''
|
||||
alias appdaemon="${pkgs.uv}/bin/uv run --frozen python -m appdaemon"
|
||||
|
||||
Reference in New Issue
Block a user