diff options
| author | mtgmonkey <mtgmonkey@nixos> | 2025-12-16 00:24:10 +0100 |
|---|---|---|
| committer | mtgmonkey <mtgmonkey@nixos> | 2025-12-16 00:24:10 +0100 |
| commit | 5a701a36328eeca44ad5dab85ab3b8287c96d79b (patch) | |
| tree | 87070e5957dc22016e987ee952b48f96557e20e0 /flake.nix | |
| parent | 170685f6c80e3e66decc1a0b8f34e6446032993c (diff) | |
[feat] unify with example, actually win for once
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |
