about summary refs log tree commit diff
path: root/overlays/patches/nixpkgs-wayland/packages.nix
diff options
context:
space:
mode:
Diffstat (limited to 'overlays/patches/nixpkgs-wayland/packages.nix')
-rw-r--r--overlays/patches/nixpkgs-wayland/packages.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/overlays/patches/nixpkgs-wayland/packages.nix b/overlays/patches/nixpkgs-wayland/packages.nix
new file mode 100644
index 000000000000..a989f104d723
--- /dev/null
+++ b/overlays/patches/nixpkgs-wayland/packages.nix
@@ -0,0 +1,9 @@
+let
+  flake = (import (fetchTarball {
+    url="https://github.com/edolstra/flake-compat/archive/c75e76f80c57784a6734356315b306140646ee84.tar.gz";
+    sha256="071aal00zp2m9knnhddgr2wqzlx6i6qa1263lv1y7bdn2w20h10h";
+  }) {
+    src = builtins.fetchGit ./.;
+  }).defaultNix;
+in
+  flake.packages."${builtins.currentSystem}"
\ No newline at end of file