summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index df78293..8703c5a 100644
--- a/flake.nix
+++ b/flake.nix
@@ -8,6 +8,7 @@
};
};
outputs = {
+ self,
nixpkgs,
c3c,
...
@@ -23,7 +24,8 @@
src = ./.;
buildInputs = [
pkgs.c3c
- pkgs.wayland
+ pkgs.libX11
+ pkgs.libGL
];
buildPhase = ''
c3c build