remove references to stdenv and replace with lib
This commit is contained in:
parent
ba1078adfc
commit
0dd9ecdafe
6 changed files with 16 additions and 13 deletions
|
@ -1,4 +1,4 @@
|
|||
{ stdenv }:
|
||||
{ lib }:
|
||||
|
||||
(import
|
||||
(builtins.fetchGit {
|
||||
|
@ -6,4 +6,4 @@
|
|||
ref = "main";
|
||||
rev = "3393073cd3511d43f622972b891a20ba069fa052";
|
||||
})
|
||||
{ inherit stdenv; })
|
||||
{ inherit lib; })
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue