Add yamdex-cloud cli, update home-manager to 25.11

This commit is contained in:
2025-12-02 20:42:12 +03:00
parent 9864dbd348
commit cb686c36ec
3 changed files with 6 additions and 4 deletions

7
flake.lock generated
View File

@@ -28,15 +28,16 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1764544324, "lastModified": 1764613336,
"narHash": "sha256-GVBGjO7UsmzLrlOJV8NlKSxukHaHencrJqWkCA6FkqI=", "narHash": "sha256-L979az28t/+SXvYw9qhOno5HLlDwkZOpz6LzCLnjmRM=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "e4e25a8c310fa45f2a8339c7972dc43d2845a612", "rev": "f3902b5d8767985680875ad86d028371100faeb3",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "nix-community", "owner": "nix-community",
"ref": "release-25.11",
"repo": "home-manager", "repo": "home-manager",
"type": "github" "type": "github"
} }

View File

@@ -6,7 +6,7 @@
nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable"; nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
nixpkgs-master.url = "github:NixOS/nixpkgs/master"; nixpkgs-master.url = "github:NixOS/nixpkgs/master";
home-manager = { home-manager = {
url = "github:nix-community/home-manager"; url = "github:nix-community/home-manager/release-25.11";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
photocatalog = { photocatalog = {

View File

@@ -37,6 +37,7 @@ in
sauerbraten sauerbraten
#Development #Development
yandex-cloud
devenv devenv
direnv direnv
yaml-language-server yaml-language-server