chore: update flake.lock

This commit is contained in:
2026-06-13 12:01:16 +08:00
parent bd6643edaf
commit 6149a5119d
5 changed files with 75 additions and 84 deletions
+4 -4
View File
@@ -90,16 +90,16 @@
};
llm-agents = {
url = "github:numtide/llm-agents.nix";
inputs.nixpkgs.follows = "nixpkgs";
# Not followed intentionally (binary cache)
# inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-parts.follows = "flake-parts";
inputs.systems.follows = "systems";
inputs.treefmt-nix.follows = "treefmt";
};
niri = {
url = "github:sodiboo/niri-flake";
# Not followed intentionally (binary cache)
# inputs.nixpkgs.follows = "nixpkgs";
# inputs.nixpkgs-stable.follows = "nixpkgs-stable";
inputs.nixpkgs.follows = "nixpkgs";
inputs.nixpkgs-stable.follows = "nixpkgs-stable";
};
noctalia = {
url = "github:noctalia-dev/noctalia-shell/v4.7.5";