From ebc7cd7b8bc80d6bfe9f03edf0c14ed3ad153322 Mon Sep 17 00:00:00 2001 From: Daniel Winkler Date: Mon, 2 Jun 2025 13:44:47 +0200 Subject: [PATCH] streamlining --- templates/sci/flake.nix | 4 ++-- templates/sci/pypkgs.nix | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/templates/sci/flake.nix b/templates/sci/flake.nix index 500084d..2c6a8ca 100644 --- a/templates/sci/flake.nix +++ b/templates/sci/flake.nix @@ -100,14 +100,14 @@ suffix-LD = false; hosts = { python3.enable = true; - m = { + marimo = { enable = true; path = { value = "${pkgs.uv}/bin/uv"; args = ["--add-flags" "run marimo edit"]; }; }; - n = { + neovide = { enable = true; path = { value = "${pkgs.neovide}/bin/neovide"; diff --git a/templates/sci/pypkgs.nix b/templates/sci/pypkgs.nix index 751b8f2..4bc01be 100644 --- a/templates/sci/pypkgs.nix +++ b/templates/sci/pypkgs.nix @@ -1,6 +1,5 @@ final: prev: let reqPkgs = (pyPackages: with pyPackages;[ - pandas requests ]); in {