diff options
author | Azat Bahawi <azat@bahawi.net> | 2023-11-28 23:10:04 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2023-11-28 23:10:04 +0300 |
commit | 34f74229f8291156f35de943fbecfbe90c3366a9 (patch) | |
tree | e2c9e7f3897770ad849dacd947853d897b7183d7 /modules/common | |
parent | 2023-11-26 (diff) |
2023-11-28
Diffstat (limited to '')
-rw-r--r-- | modules/common/common/nix.nix | 3 |
1 files changed, 2 insertions, 1 deletions
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; }) ]; |