snow-cli test
This commit is contained in:
parent
9c188c46c9
commit
03c72f7582
13 changed files with 488 additions and 133 deletions
10
snow/src/nix/nix.rs
Normal file
10
snow/src/nix/nix.rs
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
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 {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue