Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpza committed Sep 27, 2023
1 parent 22a9543 commit b982ea5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion c2.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
google-cloud-sdk
];

nixpkgs.config.permittedInsecurePackages = [ "openssl-1.1.1u" ];
nixpkgs.config.permittedInsecurePackages = [ "openssl-1.1.1w" ];

dconf.settings = {
"org/gnome/desktop/interface" = {
Expand Down
9 changes: 6 additions & 3 deletions common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,16 @@ let
lib.makeLibraryPath (with pkgs; [
stdenv.cc.cc
openssl
# openssl_1_1 # https://discourse.nixos.org/t/how-to-fix-library-is-missing-or-cannot-be-opened-libcrypto-so-1-1/30730
# lzlib # related https://github.com/NixOS/nix/issues/1550
openssl_1_1 # https://discourse.nixos.org/t/how-to-fix-library-is-missing-or-cannot-be-opened-libcrypto-so-1-1/30730, https://github.com/nodkz/mongodb-memory-server/issues/782
lzlib # related https://github.com/NixOS/nix/issues/1550
libGL
libuuid
# curlFull
curlFull
])
}:$LD_LIBRARY_PATH"
# mss https://nodkz.github.io/mongodb-memory-server/docs/api/config-options/
# export MONGOMS_DOWNLOAD_URL="https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu2204-5.0.18.tgz"
export MONGOMS_DISTRO="ubuntu2204"
'';

gnomeExtensions = with pkgs.gnomeExtensions; [
Expand Down

0 comments on commit b982ea5

Please sign in to comment.