mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-15 14:09:17 +03:00
7 lines
160 B
Nix
7 lines
160 B
Nix
![]() |
{ system ? builtins.currentSystem,
|
||
|
config ? {},
|
||
|
pkgs ? import ../../.. { inherit system config; }
|
||
|
}: {
|
||
|
fpm = import ./fpm.nix { inherit system pkgs; };
|
||
|
}
|