diff options
author | Azat Bahawi <azat@bahawi.net> | 2024-05-04 16:11:40 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2024-05-04 16:11:40 +0300 |
commit | 3cd3233f7eaf2a8a715d587820d6d4577a24d958 (patch) | |
tree | f87bd583c383b8ac3496229ab6f1d3a00a2253a0 /modules/common/nix.nix | |
parent | 2024-05-02 (diff) |
2024-05-04
Diffstat (limited to '')
-rw-r--r-- | modules/common/nix.nix | 5 |
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; + }) ]; }; |