summaryrefslogtreecommitdiff
path: root/pkgs/overlay.nix
diff options
context:
space:
mode:
authorstuebinm2024-12-05 01:07:52 +0100
committerstuebinm2024-12-05 01:07:52 +0100
commit203aa6daede832cf6a56ef56950e04284df38035 (patch)
tree01236f62bfef7c0726e94f90fc030e269da729a3 /pkgs/overlay.nix
parent5d1d5f16ac89e3abea5a21fcb1ad4cc973f8b424 (diff)
NixOS 24.11
Diffstat (limited to 'pkgs/overlay.nix')
-rw-r--r--pkgs/overlay.nix9
1 files changed, 1 insertions, 8 deletions
diff --git a/pkgs/overlay.nix b/pkgs/overlay.nix
index 3f6c6a7..f500431 100644
--- a/pkgs/overlay.nix
+++ b/pkgs/overlay.nix
@@ -245,14 +245,7 @@ in
hikari = self.callPackage ./hikari.nix { wlroots = self.wlroots_0_15; };
- wlroots_0_15 = (self.wlroots_0_16.overrideAttrs rec {
- version = "0.15.1";
- src = self.fetchFromGitLab {
- domain = "gitlab.freedesktop.org";
- owner = "wlroots";
- repo = "wlroots";
- rev = version;
- hash = "sha256-MFR38UuB/wW7J9ODDUOfgTzKLse0SSMIRYTpEaEdRwM=";
+ wlroots_0_15 = self.callPackage ./wlroots_0_15.nix {};
};
});