cerulean/snow/src/nix/nix.rs
2026-03-13 00:42:54 +10:00

10 lines
236 B
Rust

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 {}