summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorandromeda <andromeda@lenovo>2026-04-24 12:41:41 +0200
committerandromeda <andromeda@lenovo>2026-04-24 12:41:41 +0200
commit3b3cfa6c91f66440a64fdfb26559972a6ab600e4 (patch)
treecbd1f82ea6f2783466d2de1408205b8579a96227 /flake.nix
parentfe1ccd1450b2a52f58262835f13524eaa728b1dd (diff)
raylib :(
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 6622516..c0b1991 100644
--- a/flake.nix
+++ b/flake.nix
@@ -7,7 +7,6 @@
inputs.nixpkgs.follows = "nixpkgs";
};
};
-
outputs = {
nixpkgs,
c3c,
@@ -24,6 +23,7 @@
src = ./.;
buildInputs = [
pkgs.c3c
+ pkgs.raylib
];
buildPhase = ''
c3c build