mirror of
https://github.com/daylinmorgan/oizys.git
synced 2025-01-22 07:07:32 -06:00
remove unused let
This commit is contained in:
parent
4ccd0d9981
commit
d0f04ddda3
2 changed files with 0 additions and 2 deletions
|
@ -47,5 +47,4 @@ in
|
||||||
''
|
''
|
||||||
mkdir "$out"
|
mkdir "$out"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -12,7 +12,6 @@ let
|
||||||
genAttrs
|
genAttrs
|
||||||
pkgFromSystem
|
pkgFromSystem
|
||||||
loadOverlays
|
loadOverlays
|
||||||
enabled
|
|
||||||
listify
|
listify
|
||||||
enableAttrs
|
enableAttrs
|
||||||
;
|
;
|
||||||
|
|
Loading…
Reference in a new issue