chore: Makes nix more stable.
This commit is contained in:
parent
345a462b83
commit
352b191daa
1 changed files with 4 additions and 3 deletions
|
@ -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 = ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue