fix after bump version
This commit is contained in:
parent
8136d3ca50
commit
37f59db944
9 changed files with 76 additions and 98 deletions
|
@ -19,7 +19,7 @@ in
|
|||
enable = mkEnableOption "Git ssh signing";
|
||||
keyFile = mkOption {
|
||||
type = types.str;
|
||||
default = "~/.ssh/id_ecdsa.pub";
|
||||
default = "~/.ssh/id_ed25519_sk.pub";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -36,8 +36,7 @@ let
|
|||
sourceRoot = "extension";
|
||||
}))
|
||||
twxs.cmake
|
||||
ms-vscode.cpptools
|
||||
];
|
||||
] ++ (with pkgs.vscode-extensions; [ ms-vscode.cpptools ]);
|
||||
settings = {
|
||||
"cmake.configureOnEdit" = false;
|
||||
"cmake.showOptionsMovedNotification" = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue