Skip to content

Commit 0051c65

Browse files
committed
fix: remove toolong override
1 parent d726458 commit 0051c65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hosts/darwin/hosts/configuration.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
environment.systemPackages = with pkgs; [
4747
fish
4848
inputs.helix-flake.packages."${system}".helix
49-
inputs.toolong.packages."${system}".toolong
49+
# inputs.toolong.packages."${system}".toolong
5050
];
5151

5252
environment.shells = [pkgs.fish];

0 commit comments

Comments
 (0)