nex-pkg 0.21.9

Package manager UX for nix-darwin + homebrew
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
pub mod ansi;
pub mod bootstrap;
pub mod config;
pub mod discover;
pub mod document;
pub mod edit;
pub mod exec;
pub mod forge;
#[allow(dead_code)]
mod homebrew_bootstrap;
pub mod input;
pub mod machine_profile;
pub mod materialization;
pub mod menu;
pub mod nixfile;
pub mod pkl;
pub mod profile_fragment;