summaryrefslogtreecommitdiff
path: root/modules/common
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2023-11-28 23:10:04 +0300
committerAzat Bahawi <azat@bahawi.net>2023-11-28 23:10:04 +0300
commit34f74229f8291156f35de943fbecfbe90c3366a9 (patch)
treee2c9e7f3897770ad849dacd947853d897b7183d7 /modules/common
parent1b8d6874af2804424367c08c5f91e9566a8eb9c9 (diff)
2023-11-28
Diffstat (limited to 'modules/common')
-rw-r--r--modules/common/common/nix.nix3
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;
})
];