initial commit
This commit is contained in:
commit
7d5b21e071
6
default.nix
Normal file
6
default.nix
Normal file
@ -0,0 +1,6 @@
|
||||
{ ... }:
|
||||
let
|
||||
pkgs = (import <nixpkgs> {});
|
||||
in {
|
||||
mongodb-4_4 = pkgs.mongodb-4_4;
|
||||
}
|
Loading…
Reference in New Issue
Block a user