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")) { }; pkgs ? import <nixpkgs> { },
in }:
pkgs.mkShell { pkgs.mkShell {
buildInputs = [ pkgs.nodejs pkgs.openssl pkgs.postgresql pkgs.lsof ]; buildInputs = [ pkgs.nodejs pkgs.openssl pkgs.postgresql pkgs.lsof ];
shellHook = '' shellHook = ''