Skip to content

Commit 57577f9

Browse files
committed
ugh
1 parent 66333e0 commit 57577f9

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

bited-img.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1+
[kirsch]
12
font_size = 16
23
bg = "#1F0318"
34
fg = "#86CB92"
45

5-
[gens]
6+
[kirsch.gens]
67
sample = [
78
"prog",
89
"eng",

default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ stdenvNoCC.mkDerivation {
1818
buildPhase = ''
1919
runHook preBuild
2020
rm -rf out
21-
${bited-build}/bin/bited-build ${cfg} out \
21+
${bited-build}/bin/bited-build ${cfg} \
2222
${lib.optionalString nerd "--nerd"} \
2323
${lib.optionalString release "--release"}
2424
runHook postBuild

flake.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

img.nix

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
name,
3-
bdf,
43

54
writeShellApplication,
65
bited-img,
@@ -9,5 +8,5 @@
98

109
writeShellApplication {
1110
inherit name;
12-
text = "${bited-img}/bin/bited-img ${bdf}";
11+
text = "${bited-img}/bin/bited-img";
1312
}

0 commit comments

Comments
 (0)