summaryrefslogtreecommitdiff
path: root/modules/common/nix.nix
diff options
context:
space:
mode:
authorAzat Bahawi <azat@bahawi.net>2024-05-04 16:11:40 +0300
committerAzat Bahawi <azat@bahawi.net>2024-05-04 16:11:40 +0300
commit3cd3233f7eaf2a8a715d587820d6d4577a24d958 (patch)
treef87bd583c383b8ac3496229ab6f1d3a00a2253a0 /modules/common/nix.nix
parent3c61dc9cc35ed201877d81b1b7ad848f1ac9855e (diff)
2024-05-04
Diffstat (limited to 'modules/common/nix.nix')
-rw-r--r--modules/common/nix.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/modules/common/nix.nix b/modules/common/nix.nix
index d6e8edb..c03c1b1 100644
--- a/modules/common/nix.nix
+++ b/modules/common/nix.nix
@@ -3,6 +3,7 @@
inputs,
lib,
pkgs,
+ pkgsPr,
this,
...
}:
@@ -125,7 +126,9 @@ in
overlays = with inputs; [
self.overlays.default
- (_: _super: { })
+ (_: _super: {
+ inherit (pkgsPr 309018 "sha256-x3ATxjrTVdaX5eo9P6pz+8/W6D2TNYzvjZpOBa3ZRI8=") endlessh-go;
+ })
];
};