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
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
openssl
rustfmt
rust-analyzer
xorg.libxcb
libxcb
];
};

Expand All @@ -38,8 +38,8 @@
};

cargoHash = "sha256-uH2jQyxY5xBxGvHvTqiS20pKUlaUroDvxsaeuaKf63M=";
nativeBuildInputs = with pkgs; [ xorg.libxcb ];
buildInputs = with pkgs; [ xorg.libxcb ];
nativeBuildInputs = with pkgs; [ libxcb ];
buildInputs = with pkgs; [ libxcb ];

meta = {
description = "Route bars and widgets to monitors based on criteria like \"largest\" or \"rightmost\".";
Expand Down
Loading