From 5a701a36328eeca44ad5dab85ab3b8287c96d79b Mon Sep 17 00:00:00 2001 From: mtgmonkey Date: Tue, 16 Dec 2025 00:24:10 +0100 Subject: [feat] unify with example, actually win for once --- flake.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'flake.nix') 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 -- cgit v1.3.1