aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorcidkidnix <cidkidnix@protonmail.com>2022-01-08 01:34:32 -0600
committercidkidnix <cidkidnix@protonmail.com>2022-01-08 01:34:32 -0600
commit73c0a0d43bdef3cf72c5d19cee5ba553171dea39 (patch)
treee1bb0fb9579c74969af074a2b8e99203f1cc8276 /flake.nix
parentfc81b81c26b64e051b494bf16e4fe3c694c0503d (diff)
downloadPrismLauncher-73c0a0d43bdef3cf72c5d19cee5ba553171dea39.tar.gz
PrismLauncher-73c0a0d43bdef3cf72c5d19cee5ba553171dea39.tar.bz2
PrismLauncher-73c0a0d43bdef3cf72c5d19cee5ba553171dea39.zip
Make nix support not rely on flakes
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