Get rid of nixpkgs everywhere and use pkgs arguments instead
This commit is contained in:
+2
-1
@@ -1,5 +1,6 @@
|
||||
with import <nixpkgs> {}; # bring all of Nixpkgs into scope
|
||||
{pkgs}:
|
||||
|
||||
with pkgs;
|
||||
stdenv.mkDerivation {
|
||||
name = "nodeinfo";
|
||||
src = ./nodeinfo.sh;
|
||||
|
||||
Reference in New Issue
Block a user