summaryrefslogtreecommitdiff
path: root/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix10
1 files changed, 2 insertions, 8 deletions
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;