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")) { };
|
||||
in
|
||||
{
|
||||
pkgs ? import <nixpkgs> { },
|
||||
}:
|
||||
|
||||
pkgs.mkShell {
|
||||
buildInputs = [ pkgs.nodejs pkgs.openssl pkgs.postgresql pkgs.lsof ];
|
||||
shellHook = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue