Make nix support not rely on flakes
This commit is contained in:
parent
fc81b81c26
commit
73c0a0d43b
@ -2,8 +2,6 @@
|
||||
description = "PolyMC";
|
||||
|
||||
outputs = inputs: {
|
||||
overlay = self: super: rec {
|
||||
polymc = super.libsForQt5.callPackage ./nix/polymc {};
|
||||
};
|
||||
overlay = import ./overlay.nix;
|
||||
};
|
||||
}
|
3
overlay.nix
Normal file
3
overlay.nix
Normal file
@ -0,0 +1,3 @@
|
||||
self: super: rec {
|
||||
polymc = super.libsForQt5.callPackage ./nix/polymc {};
|
||||
}
|
Loading…
Reference in New Issue
Block a user