allow unfree packages
This commit is contained in:
parent
7d5b21e071
commit
cb7cfd8f76
@ -1,6 +1,6 @@
|
|||||||
{ ... }:
|
{ ... }:
|
||||||
let
|
let
|
||||||
pkgs = (import <nixpkgs> {});
|
pkgs = (import <nixpkgs> { config.allowUnfree = true; });
|
||||||
in {
|
in {
|
||||||
mongodb-4_4 = pkgs.mongodb-4_4;
|
mongodb-4_4 = pkgs.mongodb-4_4;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user