npins: add nix-prefetch-docker as a runtime dependency
Needed for 'npins add container' to work.
This commit is contained in:
@@ -6,12 +6,14 @@
|
||||
|
||||
# runtime dependencies
|
||||
nix-prefetch-git,
|
||||
nix-prefetch-docker,
|
||||
git, # for git ls-remote
|
||||
}:
|
||||
|
||||
let
|
||||
runtimePath = lib.makeBinPath [
|
||||
nix-prefetch-git
|
||||
nix-prefetch-docker
|
||||
git
|
||||
];
|
||||
in
|
||||
|
||||
Reference in New Issue
Block a user