This commit is contained in:
2026-01-06 12:32:15 -07:00
parent b527582b9d
commit ee632f7ea9
2 changed files with 4 additions and 3 deletions

View File

@@ -20,11 +20,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1759520764, "lastModified": 1767726775,
"narHash": "sha256-jERdfBm1rQc9qAdPi1lMEv9inEl7kvvnXCst//ZD2Yc=", "narHash": "sha256-mpA/pevxXJzu/5rbdb7u0BzgEJCDDQd1EZ3oyyOo8VI=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "bcbcd4e5a8cb24199859dd73e448494c8c7d55cb", "rev": "f8ce89e3edbc488a5b17c559ad55f083282420e9",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@@ -19,6 +19,7 @@
}; };
models = { models = {
"gpt-oss-120b" = { }; "gpt-oss-120b" = { };
"devstral-123b" = { };
}; };
}; };
home = { home = {