From ecbf226b017d26598a41a16d64758377b71864d1 Mon Sep 17 00:00:00 2001 From: Hermes Date: Wed, 17 Jun 2026 20:24:22 -0400 Subject: [PATCH] temp: remove nh to skip Haskell cross-compile --- users/gortium/gortium.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/users/gortium/gortium.nix b/users/gortium/gortium.nix index 7b5209c..6781a43 100644 --- a/users/gortium/gortium.nix +++ b/users/gortium/gortium.nix @@ -8,7 +8,6 @@ packages = with pkgs; [ tree btop - nh ]; shell = pkgs.zsh; passwordFile = config.age.secrets.gortium_password.path;