mirror of
https://github.com/nix-community/docker-nixpkgs.git
synced 2026-01-11 12:30:36 -05:00
nixpkgs-fmt
This commit is contained in:
@@ -1,17 +1,18 @@
|
||||
_: pkgs: let
|
||||
_: pkgs:
|
||||
let
|
||||
importDir = import ./lib/importDir.nix {
|
||||
inherit (pkgs) lib;
|
||||
};
|
||||
in
|
||||
{
|
||||
# builder stuff can be in the top-level
|
||||
buildCLIImage = pkgs.callPackage ./lib/buildCLIImage.nix {};
|
||||
buildCLIImage = pkgs.callPackage ./lib/buildCLIImage.nix { };
|
||||
|
||||
# docker images must be lower-cased
|
||||
docker-nixpkgs = importDir (path: pkgs.callPackage path {}) ./images;
|
||||
docker-nixpkgs = importDir (path: pkgs.callPackage path { }) ./images;
|
||||
|
||||
# used to build nix-env compatible user environments
|
||||
mkUserEnvironment = pkgs.callPackage ./lib/mkUserEnvironment.nix {};
|
||||
mkUserEnvironment = pkgs.callPackage ./lib/mkUserEnvironment.nix { };
|
||||
|
||||
# gitMinimal still ships with perl and python
|
||||
gitReallyMinimal = (
|
||||
|
||||
Reference in New Issue
Block a user