mirror of
https://github.com/ryanccn/flake.git
synced 2025-12-06 16:10:45 +01:00
style: clean up code
This commit is contained in:
parent
48bd87f26f
commit
80d4d3df60
3 changed files with 4 additions and 3 deletions
|
|
@ -17,7 +17,9 @@ _: {
|
||||||
casks = let
|
casks = let
|
||||||
noQuarantine = name: {
|
noQuarantine = name: {
|
||||||
inherit name;
|
inherit name;
|
||||||
args = {no_quarantine = true;};
|
args = {
|
||||||
|
no_quarantine = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
in [
|
in [
|
||||||
"blackhole-16ch"
|
"blackhole-16ch"
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,6 @@ in {
|
||||||
value = prev.callPackage (
|
value = prev.callPackage (
|
||||||
{
|
{
|
||||||
stdenvNoCC,
|
stdenvNoCC,
|
||||||
lib,
|
|
||||||
fetchurl,
|
fetchurl,
|
||||||
}:
|
}:
|
||||||
stdenvNoCC.mkDerivation rec {
|
stdenvNoCC.mkDerivation rec {
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
(_: prev: {
|
(_: prev: {
|
||||||
ibm-plex = prev.ibm-plex.overrideAttrs (prev': {
|
ibm-plex = prev.ibm-plex.overrideAttrs (_: {
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
set -eo pipefail
|
set -eo pipefail
|
||||||
PATH="${prev.fd}/bin:${prev.python311Packages.fonttools}/bin:$PATH"
|
PATH="${prev.fd}/bin:${prev.python311Packages.fonttools}/bin:$PATH"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue