add claude code

This commit is contained in:
2026-02-06 16:48:48 +01:00
parent dc072f6e28
commit 965831c3b1
4 changed files with 78 additions and 1 deletions
+4
View File
@@ -18,6 +18,10 @@
url = "github:nix-community/lanzaboote/v1.0.0";
inputs.nixpkgs.follows = "nixpkgs";
};
claude-code = {
url = "github:sadjow/claude-code-nix/main";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs = { self, nixos-hardware, ... }@inputs: