add zip to flake
This commit is contained in:
parent
6e91a15ca7
commit
bc82090b9b
1 changed files with 8 additions and 1 deletions
|
@ -13,7 +13,14 @@
|
|||
pkgs = import nixpkgs { inherit system; };
|
||||
in
|
||||
{
|
||||
devShells.default = with pkgs; mkShell { buildInputs = [ deno ]; };
|
||||
devShells.default =
|
||||
with pkgs;
|
||||
mkShell {
|
||||
buildInputs = [
|
||||
deno
|
||||
zip
|
||||
];
|
||||
};
|
||||
}
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue