work on TestImgui
This commit is contained in:
@@ -7,9 +7,13 @@
|
||||
url = "github:ocornut/imgui?ref=docking";
|
||||
flake = false;
|
||||
};
|
||||
clay = {
|
||||
url = "github:nicbarker/clay";
|
||||
flake = false;
|
||||
};
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, imgui }: let
|
||||
outputs = { self, nixpkgs, imgui, clay }: let
|
||||
system = "x86_64-linux";
|
||||
pkgs = import nixpkgs { inherit system; };
|
||||
in {
|
||||
@@ -187,7 +191,7 @@
|
||||
|
||||
src = ./.;
|
||||
|
||||
inherit imgui;
|
||||
inherit clay;
|
||||
|
||||
nativeBuildInputs = with pkgs; [
|
||||
gcc
|
||||
|
||||
Reference in New Issue
Block a user