mirror of
https://github.com/tuxdotrs/tshell.git
synced 2026-09-19 18:49:02 +05:30
build(nix): add package derivation for tshell
This commit is contained in:
@@ -42,9 +42,16 @@
|
||||
};
|
||||
};
|
||||
in
|
||||
{
|
||||
rec {
|
||||
formatter.${system} = treefmtEval.config.build.wrapper;
|
||||
|
||||
packages.${system} = {
|
||||
tshell = pkgs.callPackage ./package.nix {
|
||||
inherit quickshellWithModules;
|
||||
};
|
||||
default = packages.${system}.tshell;
|
||||
};
|
||||
|
||||
devShells.${system}.default = pkgs.mkShell {
|
||||
packages = [
|
||||
quickshellWithModules
|
||||
|
||||
Reference in New Issue
Block a user