Skip to content

Commit

Permalink
flake: add clang-tools to devShell (#6916)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ciflire authored Jul 17, 2024
1 parent 293e687 commit 300228b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,13 @@
stdenv = pkgsFor.${system}.gcc13Stdenv;
} {
name = "hyprland-shell";
nativeBuildInputs = with pkgsFor.${system}; [expat libxml2];
nativeBuildInputs = with pkgsFor.${system}; [
expat
libxml2
];
hardeningDisable = ["fortify"];
inputsFrom = [pkgsFor.${system}.hyprland];
packages = [pkgsFor.${system}.clang-tools];
};
});

Expand Down

0 comments on commit 300228b

Please sign in to comment.