From 493fb0d2d7acbfee929d0525ae95a1f36cdf43a9 Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Tue, 9 Apr 2024 10:04:57 +0300 Subject: 2024-04-09 --- modules/common/common/nix.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'modules/common') diff --git a/modules/common/common/nix.nix b/modules/common/common/nix.nix index 6cc32d3..fdb0125 100644 --- a/modules/common/common/nix.nix +++ b/modules/common/common/nix.nix @@ -4,7 +4,6 @@ lib, localUsername ? lib.my.username, pkgs, - pkgsPr, this, ... }: @@ -37,10 +36,7 @@ with lib; nixpkgs.overlays = with inputs; [ self.overlays.default - (_: _: { - inherit (pkgsPr 298756 "sha256-AxNXEDRb9yEde0sPEBRxfXSAu/ZL6/BlOzSj+aoOlHk=") qolibri; - inherit (pkgsPr 298346 "sha256-CSEUeivyTWxVskjWzDUal8KYthk7UYMOM4KdjZyhV3o=") dmalloc; - }) + (_: _: { }) ]; nix = -- cgit v1.2.3