diff options
| author | Ophestra Umiker <cat@ophivana.moe> | 2024-07-15 00:38:11 +0900 |
|---|---|---|
| committer | Ophestra Umiker <cat@ophivana.moe> | 2024-07-15 00:38:11 +0900 |
| commit | 190eb088bcf338a9489dfe409acc13d11de4039f (patch) | |
| tree | 6c98e5491445379740df4840fe9a1392092743ec /flake.nix | |
| parent | 518fd54ff3c7fe718f81a995f75913d1fdd6fc31 (diff) | |
nix: add libxcb package to dev shell
Since we link libxcb as well now this is needed in the dev shell for it to build properly without impure.
Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -24,6 +24,7 @@ packages = [ clang acl + xorg.libxcb (pkgs.writeShellScriptBin "build" '' go build -v -ldflags '-s -w -X main.Version=flake' '') |
