From 7a097bd3bdb288342cc7314f6942347274811030 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Thu, 7 Mar 2024 10:28:04 +0100 Subject: io: Move to new dir structure --- default.nix | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'default.nix') diff --git a/default.nix b/default.nix index ef339d8..ac0665c 100644 --- a/default.nix +++ b/default.nix @@ -54,20 +54,14 @@ in rec { inherit stdenv; inherit clang-tools; }; - - window = pkgs.callPackage modules/window/.nix/derivation.nix { + + io_codec = pkgs.callPackage modules/io_codec/.nix/derivation.nix { inherit version; inherit forstio; inherit stdenv; inherit clang-tools; }; - window-opengl = pkgs.callPackage modules/window-opengl/.nix/derivation.nix { - inherit version; - inherit forstio; - inherit stdenv; - inherit clang-tools; - }; tools = pkgs.callPackage modules/tools/.nix/derivation.nix { inherit version; inherit forstio; -- cgit v1.2.3