fh
The official CLI for FlakeHub: search for flakes, and add new inputs to your Nix flake.
File Explorer
Download Latest Version (.zip)- action.yaml
- build.yml
- flakehub-cache.yml
- flakehub.yml
- nix.yml
- release-branches.yml
- release-prs.yml
- release-tags.yml
- rust.yml
- update-flake-lock.yaml
- flake1.test.nix
- flake2.test.nix
- flake3.test.nix
- flake4.test.nix
- flake5.test.nix
- flake6.test.nix
- flake7.test.nix
- flake8.test.nix
- flake.hbs
- flake.rs
- mod.rs
- home_manager.rs
- mod.rs
- nix_darwin.rs
- nixos.rs
- mod.rs
- elixir.rs
- elm.rs
- go.rs
- java.rs
- javascript.rs
- mod.rs
- php.rs
- python.rs
- ruby.rs
- rust.rs
- system.rs
- tools.rs
- zig.rs
- dev_shell.rs
- mod.rs
- project.rs
- prompt.rs
- template.rs
- mod.rs
- mod.rs
- completion.rs
- convert.rs
- fetch.rs
- list.rs
- mod.rs
- resolve.rs
- search.rs
- error.rs
- instrumentation.rs
- mod.rs
- mod.rs
- dnixd.rs
- main.rs
- .editorconfig
- .envrc
- .gitignore
- Cargo.lock
- Cargo.toml
- flake.lock
- flake.nix
- LICENSE
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/DeterminateSystems/fh
Downloads the entire project code from GitHub to your computer.
cd fh
Moves into the project folder you just downloaded.
2. Rust
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Rust (rustup) Installing via rustup also installs cargo.
cargo build --release
Compiles the Rust project.
cargo run
Builds and then immediately runs the program.
If cargo build finishes without errors, it worked. The executable is created under target/.
// repository documentation
Was this content helpful?
(0 ratings)
