Skip to content

Commit

Permalink
Update nightly rustc to 20250301 and regen flake.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
oxalica committed Mar 4, 2025
1 parent 5c1db58 commit 55723e0
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 25 deletions.
14 changes: 5 additions & 9 deletions dev/nix-ide-semantic-highlighting.patch
Original file line number Diff line number Diff line change
@@ -1,21 +1,17 @@
diff --git a/package.json b/package.json
--- a/package.json
+++ b/package.json
@@ -100,7 +100,15 @@
"editor.insertSpaces": true,
"editor.tabSize": 2
@@ -124,6 +124,14 @@
"category": "Nix IDE",
"command": "nix-ide.restartLanguageServer"
}
- }
+ },
+ ],
+ "semanticTokenScopes": [
+ {
+ "language": "nix",
+ "scopes": {
+ "*.withAttribute": ["markup.underline"]
+ }
+ }
+ ]
]
},
"devDependencies": {
"@commitlint/cli": "*",

10 changes: 1 addition & 9 deletions dev/vim-coc.nix
Original file line number Diff line number Diff line change
Expand Up @@ -120,15 +120,7 @@ pkgs.vim_configurable.customize {
vim-nix # File type and syntax highlighting.
coc-nvim
coc-json
# FIXME
(nightfox-nvim.overrideAttrs (old: {
src = pkgs.fetchFromGitHub {
owner = "EdenEast";
repo = "nightfox.nvim";
rev = "15f3b5837a8d07f45cbe16753fbf13630bc167a3";
hash = "sha256-Uq+Rp4uoI+AUEUoSWXInB49bCldPz5f9KtinFMKF8iM=";
};
}))
nightfox-nvim
];
};
}
12 changes: 6 additions & 6 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 flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ rec {
inherit (nixpkgs) lib;

# For rustfmt and fuzz.
nightlyVersion = "2024-11-01";
nightlyVersion = "2025-03-01";

mtime = self.lastModifiedDate;
date = "${substring 0 4 mtime}-${substring 4 2 mtime}-${substring 6 2 mtime}";
Expand Down

0 comments on commit 55723e0

Please sign in to comment.