Revert "remove references to stdenv and replace with lib"

This reverts commit 0dd9ecdafe.
This commit is contained in:
Tim Schubert 2021-06-02 20:25:59 +02:00
parent 0dd9ecdafe
commit d62566250f
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
6 changed files with 13 additions and 16 deletions

View file

@ -1,4 +1,4 @@
{ lib }:
{ stdenv }:
(import
(builtins.fetchGit {
@ -6,4 +6,4 @@
ref = "main";
rev = "3393073cd3511d43f622972b891a20ba069fa052";
})
{ inherit lib; })
{ inherit stdenv; })