aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/flake.nix b/flake.nix
index 1d9f8b64..f61da9f2 100644
--- a/flake.nix
+++ b/flake.nix
@@ -2,8 +2,6 @@
description = "PolyMC";
outputs = inputs: {
- overlay = self: super: rec {
- polymc = super.libsForQt5.callPackage ./nix/polymc {};
- };
+ overlay = import ./overlay.nix;
};
} \ No newline at end of file