Skip to content

Commit 66bf69e

Browse files
eamsdenangerman
authored andcommitted
Add mappings to system-nixpkgs-map.nix (#129)
* Add magic->pkgs.file mapping to system-nixpkgs-map.nix * Add pq->pkgs.postgresql.lib mapping
1 parent 39e77c4 commit 66bf69e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/system-nixpkgs-map.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ pkgs:
2929
ffi = null;
3030
bz2 = pkgs.bzip2;
3131
util = pkgs.utillinux;
32+
magic = pkgs.file;
33+
pq = pkgs.postgresql.lib; # just the lib output because we don't want all of postgres
3234
}
3335
# -- windows
3436
// { advapi32 = null; gdi32 = null; imm32 = null; msimg32 = null;

0 commit comments

Comments
 (0)