From 34f74229f8291156f35de943fbecfbe90c3366a9 Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Tue, 28 Nov 2023 23:10:04 +0300 Subject: 2023-11-28 --- modules/common/common/nix.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/common') diff --git a/modules/common/common/nix.nix b/modules/common/common/nix.nix index ec3a4a3..39e3282 100644 --- a/modules/common/common/nix.nix +++ b/modules/common/common/nix.nix @@ -4,6 +4,7 @@ lib, localUsername ? lib.my.username, pkgs, + pkgsPr, this, ... }: @@ -82,8 +83,8 @@ with lib; { nixpkgs.overlays = with inputs; [ self.overlays.default - nur.overlay (_: _: { + inherit (pkgsPr 270503 "sha256-f0eQY+PzwgtQoaIY+uslh8yqSfFHDYLEQUODO0FxTf0=") soju; }) ]; -- cgit 1.4.1