diff options
| author | mtgmonkey <mtgmonkey@nixos> | 2025-12-16 01:12:02 +0100 |
|---|---|---|
| committer | mtgmonkey <mtgmonkey@nixos> | 2025-12-16 01:12:02 +0100 |
| commit | d36bbad5a86315100d69370466a4654ba5da5bc7 (patch) | |
| tree | 8e6aac74dbe999bdffa82250ee54aabebb5caa42 /flake.nix | |
| parent | 5a701a36328eeca44ad5dab85ab3b8287c96d79b (diff) | |
tidy up, submodule RGFW
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,13 +1,14 @@ { inputs = { nixpkgs.url = "nixpkgs/nixpkgs-unstable"; + self.submodules = true; }; outputs = { nixpkgs, self, ... }: let - version = "0.2.0"; + version = "0.2.1"; package = { mkDerivation, base, |
