Skip to content

Commit c92cb1d

Browse files
committed
flake: updated inputs
Updated home/opt/development.nix to default to no typescript packages due to NixOS/nixpkgs#350518 .
1 parent d93c6d4 commit c92cb1d

File tree

4 files changed

+33
-33
lines changed

4 files changed

+33
-33
lines changed

flake.lock

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

home/opt/development.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ in {
1818
rust = mkOption {default = true;};
1919
go = mkOption {default = true;};
2020
cpp = mkOption {default = true;};
21-
typescript = mkOption {default = true;};
21+
typescript = mkOption {default = false;};
2222
gh = mkOption {default = true;};
2323
};
2424

host/opt/display.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ in {
116116
inconsolata
117117
dejavu_fonts
118118
noto-fonts
119-
noto-fonts-cjk
119+
noto-fonts-cjk-sans
120120
noto-fonts-emoji
121121
liberation_ttf
122122
fira-code

overlay.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ inputs: final: prev: {
44
carapace =
55
(prev.carapace.overrideAttrs {
66
src = inputs.carapace;
7-
vendorHash = "sha256-wpEKmBsMSpxWhoSKG2htHOjqWmCE3qArCd/+fQdmJ/A=";
7+
vendorHash = "sha256-DcQqFw9tVz+IbYsyHwG+KyBwFlP8Avy45/7vDv2PDZ0=";
88
})
99
.override {buildGoModule = final.buildGo123Module;};
1010

0 commit comments

Comments
 (0)