forked from github-mirror/docker-nixpkgs
nixpkgs-fmt
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
_: pkgs: let
|
||||
importDir = import ./lib/importDir.nix {
|
||||
inherit (pkgs) lib;
|
||||
inherit (pkgs) lib;
|
||||
};
|
||||
in {
|
||||
in
|
||||
{
|
||||
# builder stuff can be in the top-level
|
||||
buildCLIImage = pkgs.callPackage ./lib/buildCLIImage.nix {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user