https://github.com/nulladmin1/getflake
A cli tool to fetch my nix-flake-templates
https://github.com/nulladmin1/getflake
Last synced: about 1 year ago
JSON representation
A cli tool to fetch my nix-flake-templates
- Host: GitHub
- URL: https://github.com/nulladmin1/getflake
- Owner: nulladmin1
- Created: 2025-01-21T02:16:17.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-31T02:47:18.000Z (about 1 year ago)
- Last Synced: 2025-02-07T09:18:36.177Z (about 1 year ago)
- Language: Rust
- Size: 5.28 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `getflake`
Easily fetch my [Nix Flake Templates](https://github.com/nulladmin1/nix-flake-templates) using this `CLI` tool

To run without installing:
```nix
nix run github:nulladmin1/getflake
```
## Usage
Run the app, and follow the steps.
## Run (after cloning)
### Using `Nix` (recommended)
```bash
nix run
```
### Using `Cargo`
```bash
cargo run
```