This commit is contained in:
Martin Pander
2026-07-14 09:24:40 +02:00
parent cbe19bad55
commit 533ca8390f
2 changed files with 74 additions and 24 deletions

View File

@@ -26,18 +26,15 @@
nix-darwin = {
url = "github:LnL7/nix-darwin";
inputs.nixpkgs.follows = "nixpkgs";
};
# individual packages
sops-nix = {
url = "github:Mic92/sops-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
nixos-vscode-server = {
url = "github:nix-community/nixos-vscode-server";
inputs.nixpkgs.follows = "nixpkgs";
};
tasksquire = {
@@ -46,7 +43,6 @@
hunk = {
url = "github:modem-dev/hunk";
inputs.nixpkgs.follows = "nixpkgs";
};
llm-agents.url = "github:numtide/llm-agents.nix";