chore: Makes nix more stable.

This commit is contained in:
greysoh 2024-04-26 13:17:01 -04:00
parent 345a462b83
commit 352b191daa
Signed by: imterah
GPG key ID: 8FA7DD57BA6CEA37

View file

@ -1,6 +1,7 @@
let
pkgs = import (fetchTarball ("channel:nixpkgs-unstable")) { };
in
{
pkgs ? import <nixpkgs> { },
}:
pkgs.mkShell {
buildInputs = [ pkgs.nodejs pkgs.openssl pkgs.postgresql pkgs.lsof ];
shellHook = ''