mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-03-09 16:04:47 +01:00
fix: remove custom devshells from the flake
The definition of the dev shell in the flake file had several issues when opening a development shell. However, this is unnecessary as mkPoetryApplication already creates a default working dev shell.
This commit is contained in:
parent
1933d896cb
commit
d6ac3d2672
1 changed files with 0 additions and 8 deletions
|
@ -18,14 +18,6 @@
|
|||
projectName = "lnbits";
|
||||
in
|
||||
{
|
||||
devShells = forAllSystems (system: pkgs: {
|
||||
default = pkgs.mkShell {
|
||||
buildInputs = with pkgs; [
|
||||
nodePackages.prettier
|
||||
poetry-core
|
||||
];
|
||||
};
|
||||
});
|
||||
overlays = {
|
||||
default = final: prev: {
|
||||
${projectName} = self.packages.${prev.stdenv.hostPlatform.system}.${projectName};
|
||||
|
|
Loading…
Add table
Reference in a new issue