Skip to main content
Crate snix_glue
snix_
glue
0.1.0
All Items
Crate Items
Modules
Functions
Crate
snix_
glue
Copy item path
Source
Modules
§
builtins
Contains builtins that deal with the store or builder.
fetchurl
🔒
This contains the code translating from a
builtin:derivation
[Derivation] to a
Fetch
.
snix_io
This module implements a wrapper around snix-eval’s
EvalIO
type, adding functionality which is required by snix-cli:
snix_
store_
io
This module provides an implementation of EvalIO talking to snix-store.
Functions
§
configure_
nix_
path
Tell the Evaluator to resolve
<nix>
to the path
/__corepkgs__
, which has special handling in
snix_io::SnixIO
. This is used in nixpkgs to import
fetchurl.nix
from
<nix>
.