chore: move frontend files
This commit is contained in:
10
frontend/flake.nix
Normal file
10
frontend/flake.nix
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
description = "Vikunja frontend dev environment";
|
||||
|
||||
outputs = { self, nixpkgs }:
|
||||
let pkgs = nixpkgs.legacyPackages.x86_64-linux;
|
||||
in {
|
||||
defaultPackage.x86_64-linux =
|
||||
pkgs.mkShell { buildInputs = [ pkgs.nodePackages.pnpm pkgs.cypress pkgs.git-cliff ]; };
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user