mirror of
https://github.com/freedbygrace/ActiveDirectoryManager.git
synced 2026-07-26 11:59:14 +00:00
bbb0cbe1b0
Replit-Commit-Author: Agent Replit-Commit-Session-Id: 705f2157-ef97-4fbd-89e4-8c7f2ecaea90 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/7ed01c5f-a82d-405a-b728-b2e3d127c60c/a3377fb3-20c9-414f-b780-b6636141319b.jpg
7 lines
60 B
Nix
7 lines
60 B
Nix
{pkgs}: {
|
|
deps = [
|
|
pkgs.jq
|
|
pkgs.postgresql
|
|
];
|
|
}
|