spejstore/common-deps.nix

7 lines
109 B
Nix

{ sources ? import ./nix/sources.nix, pkgs ? import sources.nixppkgs {} }:
with pkgs;
[
git
postgresql
]