Get rid of nixpkgs everywhere and use pkgs arguments instead

This commit is contained in:
Jonas Nick
2019-01-02 11:24:55 +00:00
parent d2e203918b
commit 0fb3f9da5a
5 changed files with 8 additions and 13 deletions
+1 -3
View File
@@ -1,6 +1,4 @@
{pkgs ? import <nixpkgs> {
inherit system;
}, system ? builtins.currentSystem, nodejs ? pkgs."nodejs-8_x"}:
{pkgs, system ? builtins.currentSystem, nodejs ? pkgs."nodejs-8_x"}:
with pkgs;