1
0
Fork 0
mirror of https://github.com/ryanccn/flake.git synced 2025-12-06 08:10:43 +01:00

chore: update various things

This commit is contained in:
Ryan Cao 2023-09-25 19:55:28 +08:00
parent 4f6377b23d
commit 6b7190d3fd
Signed by: ryanccn
SSH key fingerprint: SHA256:NtP/BlVhoQq4xU6BEcZeT8nIPvHntkJ3lIc2yB+F09E
4 changed files with 33 additions and 29 deletions

View file

@ -50,7 +50,7 @@ in {
enable = true;
package = pkgs.stdenv.mkDerivation {
pname = "vscode";
version = "1.81.1";
version = "1.81.2";
src = pkgs.emptyDirectory;
installPhase = ''
mkdir -p $out