cerulean/snow/src/nix/nix.rs

11 lines
236 B
Rust
Raw Normal View History

2026-03-13 00:42:54 +10:00
use std::path::Path;
use anyhow::{Context, Result};
use derive_more::From;
use nix_bindings_fetchers::FetchersSettings;
use nix_bindings_flake::{FlakeReference, FlakeReferenceParseFlags, FlakeSettings};
pub struct Nix {}
impl Nix {}