remove references to stdenv and replace with lib

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

View file

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