fix build

This commit is contained in:
2024-03-02 10:49:51 +08:00
parent 72bfa4bbf9
commit 0de2e097bb
3 changed files with 12 additions and 12 deletions

18
flake.lock generated
View File

@@ -1086,16 +1086,16 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1709128786,
"narHash": "sha256-+cOn2cTymXTi+/5+q9ojPy6Ob53zh/4RdMiw39AzaSo=",
"lastModified": 1709347727,
"narHash": "sha256-NZ+PPPbt98u14c/dck6vKAig/s0SrKxPw/NgFm68v6Y=",
"owner": "CHN-beta",
"repo": "nixpkgs",
"rev": "9151d0e2464703e3ba465b4801420494a2d71402",
"rev": "368fcef2234aa8a8689593ac553c01da30e14e1d",
"type": "github"
},
"original": {
"owner": "CHN-beta",
"ref": "next",
"ref": "nixos-23.11",
"repo": "nixpkgs",
"type": "github"
}
@@ -1154,15 +1154,15 @@
},
"nixpkgs-unstable": {
"locked": {
"lastModified": 1708984720,
"narHash": "sha256-gJctErLbXx4QZBBbGp78PxtOOzsDaQ+yw1ylNQBuSUY=",
"owner": "NixOS",
"lastModified": 1709345434,
"narHash": "sha256-8AY+IKZIuBwp7yusY5QoQRRKPBURAmrUg9NB17zlQlA=",
"owner": "CHN-beta",
"repo": "nixpkgs",
"rev": "13aff9b34cc32e59d35c62ac9356e4a41198a538",
"rev": "3ddd176d054b284aaa0c8d32547c2a7fff95b008",
"type": "github"
},
"original": {
"owner": "NixOS",
"owner": "CHN-beta",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"

View File

@@ -3,8 +3,8 @@
inputs =
{
nixpkgs.url = "github:CHN-beta/nixpkgs/next";
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
nixpkgs.url = "github:CHN-beta/nixpkgs/nixos-23.11";
nixpkgs-unstable.url = "github:CHN-beta/nixpkgs/nixos-unstable";
nixpkgs-2305.url = "github:CHN-beta/nixpkgs/nixos-23.05";
home-manager = { url = "github:nix-community/home-manager/release-23.11"; inputs.nixpkgs.follows = "nixpkgs"; };
sops-nix =

View File

@@ -22,7 +22,7 @@ inputs:
])
++ (with ms-vscode;
[
cmake-tools cpptools cpptools-extension-pack cpptools-themes hexeditor remote-explorer
(cmake-tools.overrideAttrs { sourceRoot = "extension"; }) cpptools cpptools-extension-pack cpptools-themes hexeditor remote-explorer
test-adapter-converter
])
++ (with ms-vscode-remote; [ remote-ssh remote-containers remote-ssh-edit ])