summaryrefslogtreecommitdiff
path: root/modules/common
diff options
context:
space:
mode:
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;
})
];