Skip to content

Commit

Permalink
flake.lock: update
Browse files Browse the repository at this point in the history
  • Loading branch information
fufexan committed Sep 1, 2024
1 parent 4af9410 commit 5b13751
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
18 changes: 9 additions & 9 deletions flake.lock

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

7 changes: 5 additions & 2 deletions nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ assert lib.assertMsg (!hidpiXWayland) "The option `hidpiXWayland` has been remov
DIRTY = lib.optionalString (commit == "") "dirty";
HASH = commit;

depsBuildBuild = [
pkg-config
];

nativeBuildInputs = [
hyprwayland-scanner
jq
Expand All @@ -97,8 +101,7 @@ assert lib.assertMsg (!hidpiXWayland) "The option `hidpiXWayland` has been remov
ninja
pkg-config
python3 # for udis86
# re-add after https://github.com/NixOS/nixpkgs/pull/214906 hits nixos-unstable
# wayland-scanner
wayland-scanner
];

outputs = [
Expand Down

0 comments on commit 5b13751

Please sign in to comment.