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";
|
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…
Add table
Add a link
Reference in a new issue