Update fw_nix for htop fix
This commit is contained in:
8
flake.lock
generated
8
flake.lock
generated
@@ -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"
|
||||
},
|
||||
|
||||
10
flake.nix
10
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
|
||||
];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user