format
This commit is contained in:
parent
ca39b169c2
commit
825381f98b
7 changed files with 31 additions and 23 deletions
|
|
@ -1,6 +1,9 @@
|
|||
{stdenv, pkgs, ...}:
|
||||
let
|
||||
version = "6.0.14";
|
||||
{
|
||||
stdenv,
|
||||
pkgs,
|
||||
...
|
||||
}: let
|
||||
version = "6.0.14";
|
||||
in
|
||||
stdenv.mkDerivation {
|
||||
name = "mongodb";
|
||||
|
|
@ -29,4 +32,3 @@ in
|
|||
runHook postInstall
|
||||
'';
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue