feat(nix): add nix-auth and update flake-utils dependencies

This commit is contained in:
uttarayan21
2025-10-30 22:37:43 +05:30
parent e68b9ca00a
commit 64380acf01
8 changed files with 132 additions and 63 deletions

View File

@@ -214,11 +214,14 @@
url = "github:koekeishiya/yabai";
flake = false;
};
lfca = {
url = "git+ssh://gitea@git.darksailor.dev/servius/lfca";
inputs.nixpkgs.follows = "nixpkgs";
};
nix-auth = {
url = "github:numtide/nix-auth";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = {