This commit is contained in:
tristan 2024-10-24 10:45:14 +01:00
parent ca39b169c2
commit 825381f98b
7 changed files with 31 additions and 23 deletions

View file

@ -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
'';
}