add: custom package live-buds-cli
This commit is contained in:
parent
346ba214e6
commit
d5cc5aaf8f
3 changed files with 5 additions and 3 deletions
|
|
@ -37,7 +37,9 @@
|
|||
|
||||
overlays = import ./overlays { inherit inputs outputs; };
|
||||
|
||||
packages = forEachSystem (pkgs: import ./pkgs { inherit pkgs; });
|
||||
packages = forEachSystem (pkgs: {
|
||||
live-buds-cli = pkgs.callPackage ./pkgs/live-buds-cli { };
|
||||
});
|
||||
devShells = forEachSystem (pkgs: import ./shell.nix { inherit pkgs; });
|
||||
formatter = forEachSystem (pkgs: pkgs.nixpkgs-fmt);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue