summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authormtgmonkey <mtgmonkey@nixos>2025-12-16 00:24:10 +0100
committermtgmonkey <mtgmonkey@nixos>2025-12-16 00:24:10 +0100
commit5a701a36328eeca44ad5dab85ab3b8287c96d79b (patch)
tree87070e5957dc22016e987ee952b48f96557e20e0 /flake.nix
parent170685f6c80e3e66decc1a0b8f34e6446032993c (diff)
[feat] unify with example, actually win for once
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 0a0d23d..db619aa 100644
--- a/flake.nix
+++ b/flake.nix
@@ -7,9 +7,11 @@
self,
...
}: let
+ version = "0.2.0";
package = {
mkDerivation,
base,
+ bindings-DSL,
gl,
lib,
libGL,
@@ -20,10 +22,11 @@
}:
mkDerivation {
pname = "hs-rgfw";
- version = "0.1.0.0";
+ version = "0.2.0";
src = ./.;
libraryHaskellDepends = [
base
+ bindings-DSL
];
libraryPkgconfigDepends = [
gl