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