Skip to content

Commit

Permalink
upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
macalinao committed Feb 18, 2024
1 parent b6024ac commit 5030ceb
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 15 deletions.
3 changes: 2 additions & 1 deletion config/cursor/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,5 +127,6 @@
"editor.fontFamily": "Menlo, Monaco, 'Courier New', monospace",
"workbench.colorTheme": "Default Dark+",
"direnv.path.executable": "/etc/profiles/per-user/igm/bin/direnv",
"window.zoomLevel": -0.5
"window.zoomLevel": -0.5,
"cursor.cpp.disabledLanguages": ["plaintext", "scminput", "yaml"]
}
6 changes: 3 additions & 3 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 nix/darwin/homebrew.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ with lib; rec {
"anki"
"arc"
"brave-browser"
"dashlane"
# "dashlane"
"discord"
"docker"
"figma"
Expand Down
18 changes: 9 additions & 9 deletions nix/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 nix/nixpkgs/overlays/10-basic.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ self: super: rec {
sha256 = "1zxgy3znw0i6h1lxhmnx001c1pdcyszwqj8f0d0092nmnngdzsrl";
};

cargo-workspaces = self.callPackage ./packages/cargo-workspaces.nix { };
# cargo-workspaces = self.callPackage ./packages/cargo-workspaces.nix { };

# kitty = super.kitty.overrideAttrs (existing: {
# patches = [
Expand Down

0 comments on commit 5030ceb

Please sign in to comment.