thebitstick / nixapt

Simple Wrapper to Nix for Apt-style Commands on non-NixOS Systems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nixapt

Simple Wrapper to Nix for Apt-style Commands on non-NixOS Systems

Requirements

  • fish OR nu
  • nix

Usage

$ nixapt install fish htop
to install packages

$ nixapt remove htop
to remove packages

$ nixapt update; and nixapt upgrade
to update channels and upgrade packages

$ nixapt list
to list installed packages

$ nixapt search zsh
to search for available packages

About

Simple Wrapper to Nix for Apt-style Commands on non-NixOS Systems

License:GNU General Public License v3.0


Languages

Language:Nushell 63.8%Language:Shell 36.2%