Merge branch 'master' of ssh://git.joshuabell.xyz:3032/ringofstorms/dotfiles
This commit is contained in:
commit
fdbba0d508
3 changed files with 11 additions and 8 deletions
12
hosts/h001/flake.lock
generated
12
hosts/h001/flake.lock
generated
|
|
@ -199,16 +199,16 @@
|
||||||
},
|
},
|
||||||
"nixpkgs-unstable": {
|
"nixpkgs-unstable": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1755615617,
|
"lastModified": 1756902501,
|
||||||
"narHash": "sha256-HMwfAJBdrr8wXAkbGhtcby1zGFvs+StOp19xNsbqdOg=",
|
"narHash": "sha256-a89pyAbY2qVZaiFxYdt9+fvXI8pLKgu/g7CqkCUUf94=",
|
||||||
"owner": "nixos",
|
"owner": "wrvsrx",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "20075955deac2583bb12f07151c2df830ef346b4",
|
"rev": "898a1df732414f7d293a207459c8e47679b33364",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "nixos",
|
"owner": "wrvsrx",
|
||||||
"ref": "nixos-unstable",
|
"ref": "fix-open-webui",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,8 @@
|
||||||
{
|
{
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.05";
|
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.05";
|
||||||
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
|
nixpkgs-unstable.url = "github:wrvsrx/nixpkgs/fix-open-webui";
|
||||||
|
# nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||||
|
|
||||||
# Use relative to get current version for testing
|
# Use relative to get current version for testing
|
||||||
# common.url = "path:../../common";
|
# common.url = "path:../../common";
|
||||||
|
|
|
||||||
|
|
@ -137,8 +137,10 @@
|
||||||
litellm_params = {
|
litellm_params = {
|
||||||
model = "github_copilot/claude-sonnet-4";
|
model = "github_copilot/claude-sonnet-4";
|
||||||
extra_headers = {
|
extra_headers = {
|
||||||
"editor-version" = "vscode/1.92.0";
|
"editor-version" = "vscode/1.85.1";
|
||||||
"Copilot-Integration-Id" = "vscode-chat";
|
"Copilot-Integration-Id" = "vscode-chat";
|
||||||
|
"user-agent" = "GithubCopilot/1.155.0";
|
||||||
|
"editor-plugin-version" = "copilot/1.155.0";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue