diff options
author | cidkidnix <cidkidnix@protonmail.com> | 2022-01-08 01:34:32 -0600 |
---|---|---|
committer | cidkidnix <cidkidnix@protonmail.com> | 2022-01-08 01:34:32 -0600 |
commit | 73c0a0d43bdef3cf72c5d19cee5ba553171dea39 (patch) | |
tree | e1bb0fb9579c74969af074a2b8e99203f1cc8276 /flake.nix | |
parent | fc81b81c26b64e051b494bf16e4fe3c694c0503d (diff) | |
download | PrismLauncher-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.nix | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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 |