mirror of
https://github.com/nix-community/docker-nixpkgs.git
synced 2026-01-11 20:30:37 -05:00
nixpkgs-fmt
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
{ drv # derivation to build the image for
|
||||
# Name of the binary to run by default
|
||||
, binName ? (builtins.parseDrvName drv.name).name
|
||||
, extraContents ? []
|
||||
, extraContents ? [ ]
|
||||
, meta ? drv.meta
|
||||
}:
|
||||
let
|
||||
|
||||
Reference in New Issue
Block a user