diff options
| author | andromeda <andromeda@lenovo> | 2026-04-24 18:41:05 +0200 |
|---|---|---|
| committer | andromeda <andromeda@lenovo> | 2026-04-24 18:41:05 +0200 |
| commit | 1b3c57972570f9e79c21a571b6cd1b3273ea3059 (patch) | |
| tree | 48ac5ef151f5ed14a39ebf02a958cc0ea53e0098 /flake.nix | |
| parent | 3adf2a7b49a3a62b4c019b745a6c631a2b518b5e (diff) | |
tigr
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |
