From 0e9885920b78138f519f39087199ad0d07f192e0 Mon Sep 17 00:00:00 2001 From: Artem Sheremet Date: Sun, 29 Mar 2026 17:43:01 +0200 Subject: [PATCH] Update fw_nix for htop fix --- flake.lock | 8 ++++---- flake.nix | 10 ---------- 2 files changed, 4 insertions(+), 14 deletions(-) diff --git a/flake.lock b/flake.lock index dd62f4c..fb1f2af 100644 --- a/flake.lock +++ b/flake.lock @@ -96,11 +96,11 @@ "systems": "systems" }, "locked": { - "lastModified": 1774793724, - "narHash": "sha256-g0Hst/JVCvLPclM7d3QW9/zO5Tyt/u66JsXkJYaRMME=", + "lastModified": 1774798883, + "narHash": "sha256-XwhnCp67nX/xWX0oaYyd1F1STpRb+YFs2Ewo11V4FlY=", "ref": "refs/heads/main", - "rev": "9e21c3f496dd79cc393a6c41244b746acc3d002a", - "revCount": 14, + "rev": "9b645177bb7fa513d864c440664d7f97c4146175", + "revCount": 15, "type": "git", "url": "https://github.com/futureware-tech/nix.git" }, diff --git a/flake.nix b/flake.nix index 1f935ea..9945653 100644 --- a/flake.nix +++ b/flake.nix @@ -96,16 +96,6 @@ inputs.fw_nix.nixosModules.nix-settings inputs.fw_nix.nixosModules.futureware inputs.nix-homebrew.darwinModules.nix-homebrew - ( - { lib, ... }: - { - # TODO: find solution to these ugly workarounds - options.programs.htop = lib.mkOption { - type = lib.types.deferredModule; - default = { }; - }; - } - ) ./hosts/mars/darwin.nix ]; };