npkg 0.1.2

Some functions to manage and install packages on NixOS
Documentation
1
2
3
4
pub mod npkgcmd;
fn main() {
    npkgcmd::run::main();
}