export symfony cli
This commit is contained in:
parent
a0e1acec0e
commit
be9fb9278e
3 changed files with 100 additions and 22 deletions
14
flake.nix
14
flake.nix
|
@ -70,10 +70,16 @@
|
|||
];
|
||||
};
|
||||
|
||||
packages = lib.packagesFromDirectoryRecursive {
|
||||
inherit (pkgs) callPackage;
|
||||
directory = ./packages;
|
||||
};
|
||||
packages =
|
||||
lib.packagesFromDirectoryRecursive {
|
||||
inherit (pkgs) callPackage;
|
||||
directory = ./packages;
|
||||
}
|
||||
// {
|
||||
symfony-cli = pkgs.callPackage ./symfony-cli/package.nix {
|
||||
fossarPhps = inputs'.phps.packages;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue