🧑💻
- Nix 100%
| container | ||
| .gitignore | ||
| flake.lock | ||
| flake.nix | ||
| LICENSE | ||
| README.md | ||
f
Try
nix run git+https://git.caspervk.net/caspervk/f.git claude setup-token
nix run git+https://git.caspervk.net/caspervk/f.git CLAUDE_CODE_OAUTH_TOKEN=hunter2 claude
Install
{
inputs = {
f = {
url = "git+https://git.caspervk.net/caspervk/f.git";
# inputs.nixpkgs.follows = "nixpkgs";
};
};
}
{f, pkgs}: {
environment.systemPackages = [
f.packages.${pkgs.system}.app
];
}
Run
f