Skip to main content

Crate flk

Crate flk 

Source
Expand description

§flk - Core Library

This crate provides the core functionality for the flk CLI tool, which manages Nix flake-based development environments.

§Modules

§Example

use flk::flake::parsers::flake::parse_flake;
use flk::flake::generator::generate_flake;

// Parse an existing flake configuration
let config = parse_flake("flake.nix")?;

// Generate a new profile template
let rust_profile = generate_flake("rust")?;

Modules§

flake
Flake Management
utils
Utilities