mirror of
https://github.com/lnbits/lnbits.git
synced 2025-06-28 01:32:38 +02: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
@ -18,14 +18,6 @@
|
|||||||
projectName = "lnbits";
|
projectName = "lnbits";
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
devShells = forAllSystems (system: pkgs: {
|
|
||||||
default = pkgs.mkShell {
|
|
||||||
buildInputs = with pkgs; [
|
|
||||||
nodePackages.prettier
|
|
||||||
poetry-core
|
|
||||||
];
|
|
||||||
};
|
|
||||||
});
|
|
||||||
overlays = {
|
overlays = {
|
||||||
default = final: prev: {
|
default = final: prev: {
|
||||||
${projectName} = self.packages.${prev.stdenv.hostPlatform.system}.${projectName};
|
${projectName} = self.packages.${prev.stdenv.hostPlatform.system}.${projectName};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user