1
Fork 0

random update

This commit is contained in:
Matei Adriel 2022-05-26 19:33:38 +03:00
parent 5af4690950
commit a1f39da01d
9 changed files with 47 additions and 23 deletions
modules/overlays/npm

View file

@ -1,8 +1,11 @@
# This file has been generated by node2nix 1.9.0. Do not edit!
{pkgs ? import <nixpkgs> {
{ pkgs ? import <nixpkgs> {
inherit system;
}, system ? builtins.currentSystem, nodejs ? pkgs."nodejs-12_x"}:
}
, system ? builtins.currentSystem
, nodejs ? pkgs."nodejs-12_x"
}:
let
nodeEnv = import ./node-env.nix {