This commit is contained in:
John Lancaster
2024-12-07 14:50:05 -06:00
parent a3179e52d7
commit 3121bffc30
2 changed files with 5 additions and 5 deletions

8
flake.lock generated
View File

@@ -101,7 +101,7 @@
"home-manager": "home-manager",
"nixpkgs": "nixpkgs",
"nixpkgs-stable": "nixpkgs-stable",
"vscode-local": "vscode-local"
"vscode-server": "vscode-server"
}
},
"systems": {
@@ -119,10 +119,10 @@
"type": "github"
}
},
"vscode-local": {
"vscode-server": {
"inputs": {
"nixpkgs": "nixpkgs_2",
"vscode-server": "vscode-server"
"vscode-server": "vscode-server_2"
},
"locked": {
"lastModified": 1,
@@ -135,7 +135,7 @@
"type": "path"
}
},
"vscode-server": {
"vscode-server_2": {
"inputs": {
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs_3"

View File

@@ -8,7 +8,7 @@
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
};
vscode-local.url = "path:./nixos/vscode";
vscode-server.url = "path:./nixos/vscode";
};
outputs = {