Skip to content

Commit

Permalink
flake: updated inputs
Browse files Browse the repository at this point in the history
Updated home/opt/development.nix to default to no typescript packages
due to NixOS/nixpkgs#350518 .
  • Loading branch information
aftix committed Oct 22, 2024
1 parent d93c6d4 commit c92cb1d
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 33 deletions.
60 changes: 30 additions & 30 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion home/opt/development.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ in {
rust = mkOption {default = true;};
go = mkOption {default = true;};
cpp = mkOption {default = true;};
typescript = mkOption {default = true;};
typescript = mkOption {default = false;};
gh = mkOption {default = true;};
};

Expand Down
2 changes: 1 addition & 1 deletion host/opt/display.nix
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ in {
inconsolata
dejavu_fonts
noto-fonts
noto-fonts-cjk
noto-fonts-cjk-sans
noto-fonts-emoji
liberation_ttf
fira-code
Expand Down
2 changes: 1 addition & 1 deletion overlay.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ inputs: final: prev: {
carapace =
(prev.carapace.overrideAttrs {
src = inputs.carapace;
vendorHash = "sha256-wpEKmBsMSpxWhoSKG2htHOjqWmCE3qArCd/+fQdmJ/A=";
vendorHash = "sha256-DcQqFw9tVz+IbYsyHwG+KyBwFlP8Avy45/7vDv2PDZ0=";
})
.override {buildGoModule = final.buildGo123Module;};

Expand Down

0 comments on commit c92cb1d

Please sign in to comment.