Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion nix/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
}: let
vi = import ./../pub/vi/nix/default.nix {};
# xkb = pkgs.writeText "xkb-layout" (builtins.readFile ./../cfg/.Xmodmap);
yewtube = import ./yewtube.nix;
# yewtube = import ./yewtube.nix;
qmk-setup = import ./qmk-setup.nix;
lockCmd = "${pkgs.swaylock}/bin/swaylock --color=000000";
home-manager = builtins.fetchTarball {
Expand Down
2 changes: 1 addition & 1 deletion prv
Submodule prv updated from 86c1bf to 703200
5 changes: 1 addition & 4 deletions pub/bfx/bfx.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ library
Bfx.Data.GetOrders
Bfx.Data.Kind
Bfx.Data.MarketAveragePrice
Bfx.Data.Metro
Bfx.Data.SubmitOrder
Bfx.Data.Type
Bfx.Data.Wallets
Expand All @@ -140,7 +139,6 @@ library
Bfx.Indicator.Ma
Bfx.Indicator.Tr
Bfx.Math
Bfx.Orphan
Bfx.Parser
Bfx.Rpc.Generic
Bfx.Util
Expand All @@ -154,6 +152,7 @@ test-suite bfx-test
Bfx.Data.CancelOrderMultiSpec
Bfx.Data.SubmitOrderSpec
Bfx.Data.TypeSpec
Bfx.MathSpec
Bfx.TestEnv
BfxSpec
Paths_bfx
Expand All @@ -180,7 +179,6 @@ test-suite bfx-test
Bfx.Data.GetOrders
Bfx.Data.Kind
Bfx.Data.MarketAveragePrice
Bfx.Data.Metro
Bfx.Data.SubmitOrder
Bfx.Data.Type
Bfx.Data.Wallets
Expand All @@ -192,7 +190,6 @@ test-suite bfx-test
Bfx.Indicator.Ma
Bfx.Indicator.Tr
Bfx.Math
Bfx.Orphan
Bfx.Parser
Bfx.Rpc.Generic
Bfx.Util
Expand Down
Loading