fix: dont pass apps to framework.nix

This commit is contained in:
Yusuf Bera Ertan 2022-11-05 01:16:07 +03:00
parent 719f03ab46
commit 4face22bb0
No known key found for this signature in database
GPG Key ID: 1D8F8FAF2294D6EA

View File

@ -100,7 +100,6 @@
inherit lib dlib externalSources inputs;
dream2nixConfig = config;
dream2nixConfigFile = l.toFile "dream2nix-config.json" (l.toJSON config);
apps = throw "apps is not available before nixpkgs is imported";
pkgs = throw "pkgs is not available before nixpkgs is imported";
utils = throw "utils is not available before nixpkgs is imported";
externals = throw "externals is not available before nixpkgs is imported";