diff options
| author | Franck Cuny <fcuny@roblox.com> | 2025-07-24 11:32:05 -0700 |
|---|---|---|
| committer | Franck Cuny <fcuny@roblox.com> | 2025-07-24 11:32:05 -0700 |
| commit | 2cd936257549c49316f9025a121eedc5b3dd8b0a (patch) | |
| tree | 6b3702111494f4743e99971611dff5ec2df6c6b7 /flake | |
| parent | install gh only on work machine (diff) | |
| download | infra-2cd936257549c49316f9025a121eedc5b3dd8b0a.tar.gz | |
fix configuration for work machine
The hostname is capitalized so let's also capitalize the filename!
The overlays are not under `customPackages` anymore.
Diffstat (limited to 'flake')
| -rw-r--r-- | flake/overlays.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/flake/overlays.nix b/flake/overlays.nix index 83eadd0..1429138 100644 --- a/flake/overlays.nix +++ b/flake/overlays.nix @@ -3,6 +3,8 @@ flake.overlays.default = _final: prev: { llmPython = prev.callPackage "${self}/pkgs/llmPython/" { }; + sapi = prev.callPackage "${self}/pkgs/sapi" { }; + hashi = prev.callPackage "${self}/pkgs/hashi" { }; }; perSystem = |
