feat: many changes
This commit is contained in:
7
hosts/fw/pkgs/default.nix
Normal file
7
hosts/fw/pkgs/default.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
# default.nix
|
||||
let
|
||||
pkgs = import <nixpkgs> {};
|
||||
in
|
||||
{
|
||||
phpLDAPadmin = pkgs.callPackage ./phpldapadmin.nix { };
|
||||
}
|
||||
Reference in New Issue
Block a user