From 924892812df8d5bb1e344f804299671c6c601513 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Sun, 7 Sep 2025 08:24:44 +0200 Subject: [PATCH] Sif: enable python --- instances/sif/hm.nix | 2 +- modules/hm/development/python.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/instances/sif/hm.nix b/instances/sif/hm.nix index a0ebfe3..ae6d52a 100644 --- a/instances/sif/hm.nix +++ b/instances/sif/hm.nix @@ -76,7 +76,7 @@ ../../modules/hm/development/latex.nix ../../modules/hm/development/markdown.nix ../../modules/hm/development/nix.nix - # ../../modules/hm/development/python.nix + ../../modules/hm/development/python.nix # ../../modules/hm/development/rust.nix ../../modules/hm/development/web.nix diff --git a/modules/hm/development/python.nix b/modules/hm/development/python.nix index 1e271cb..7eceb80 100644 --- a/modules/hm/development/python.nix +++ b/modules/hm/development/python.nix @@ -12,7 +12,7 @@ in home.packages = [ py - pyPkgs.black + # pyPkgs.black pkgs.ruff ] ++ lib.optionals config.programs.helix.enable (