with vscode extensions

This commit is contained in:
Rowan Torbitzky-Lane 2025-03-18 00:45:58 -05:00
parent 8f5d74a6da
commit ebeb099299
2 changed files with 28 additions and 1 deletions

27
flake.lock generated Normal file
View File

@ -0,0 +1,27 @@
{
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1742136038,
"narHash": "sha256-DDe16FJk18sadknQKKG/9FbwEro7A57tg9vB5kxZ8kY=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "a1185f4064c18a5db37c5c84e5638c78b46e3341",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-24.11",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"nixpkgs": "nixpkgs"
}
}
},
"root": "root",
"version": 7
}

View File

@ -22,7 +22,7 @@
clippy
(vscode-with-extensions.override {
vscode = vscodium;
vscodeExtensions = [
vscodeExtensions = with vscode-extensiosn; [
rust-lang.rust-analyzer
];
})