diff options
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix new file mode 100644 index 00000000..1d9f8b64 --- /dev/null +++ b/flake.nix @@ -0,0 +1,9 @@ +{ + description = "PolyMC"; + + outputs = inputs: { + overlay = self: super: rec { + polymc = super.libsForQt5.callPackage ./nix/polymc {}; + }; + }; +}
\ No newline at end of file |