aboutsummaryrefslogtreecommitdiffhomepage
path: root/nix/default.nix
diff options
context:
space:
mode:
authorJacob Birkett <[email protected]>2023-08-12 07:22:37 -0500
committerGitHub <[email protected]>2023-08-12 15:22:37 +0300
commitd20837bef8a41d6bf1732b0e8968b7f2feb9a93f (patch)
tree18c41efeead244cf5ba778c4a80862da714b6e71 /nix/default.nix
parent3f7f4207a6dd8bd217c01514ea40e9e4b9b7874a (diff)
downloadHyprland-d20837bef8a41d6bf1732b0e8968b7f2feb9a93f.tar.gz
Hyprland-d20837bef8a41d6bf1732b0e8968b7f2feb9a93f.zip
Nix: corrections for overlays, overrideable systems (#2929)
* nix: overlays: move waybar-hyprland to own overlay * flake: use legacyPackages for formatter Run `nix fmt` for all files. * flake: move default overlay to nix/overlays.nix * nix: lib: remove lib * nix: overlays: extras: explicitly include xdph overlays * nix: use interpolation for versions * nix: overlays: include deps with hyprland-packages * flake: make systems overrideable * flake: packages: inherit from overlaid pkgsFor
Diffstat (limited to 'nix/default.nix')
-rw-r--r--nix/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/default.nix b/nix/default.nix
index 8c3c6364..3fb3545b 100644
--- a/nix/default.nix
+++ b/nix/default.nix
@@ -123,7 +123,7 @@ in
ln -s ${wlroots}/include/wlr $dev/include/hyprland/wlroots
${lib.optionalString wrapRuntimeDeps ''
wrapProgram $out/bin/Hyprland \
- --suffix PATH : ${lib.makeBinPath [ binutils pciutils ]}
+ --suffix PATH : ${lib.makeBinPath [binutils pciutils]}
''}
'';