🧑‍💻
Find a file
2026-02-26 02:31:56 +01:00
container SHELL_INIT not working 2026-02-26 02:31:56 +01:00
.gitignore Initial commit 2026-02-26 00:58:32 +01:00
flake.lock 🧑‍💻 2026-02-26 01:24:49 +01:00
flake.nix SHELL_INIT not working 2026-02-26 02:31:56 +01:00
LICENSE Initial commit 2026-02-26 00:58:32 +01:00
README.md SHELL_INIT not working 2026-02-26 02:31:56 +01:00

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