Adding a non-flake shell.nix

pmeunier
Dec 6, 2021, 12:35 PM
JEQCEOQDHPHNBWOKPJR4JR6AQMC4WR3RMHVHHPBBJMQ7IKCVEEPQC

Dependencies

  • [2] ENWJBQGQ Fixing a deprecation warning in ed25519_dalek.

Change contents

  • file addition: oldshell.nix (----------)
    [2.2]
    with import <nixpkgs> {};
    stdenv.mkDerivation {
    name = "Pijul";
    buildInputs = with pkgs; [
    zstd
    libsodium
    openssl
    pkgconfig
    libiconv
    ] ++ lib.optionals stdenv.isDarwin
    (with darwin.apple_sdk.frameworks; [
    CoreServices
    Security
    SystemConfiguration
    ]);
    }