flake: removed apps

This commit is contained in:
Philippe Loctaux 2024-11-27 23:48:14 +01:00
parent 958fa9baed
commit 97ee77f9bb

View file

@ -13,7 +13,6 @@
outputs =
{
self,
nixpkgs,
crane,
flake-utils,
@ -63,11 +62,6 @@
inherit plcomBinary;
};
apps = rec {
plcomBinary = flake-utils.lib.mkApp { drv = self.packages.${system}.plcom; };
default = plcomBinary;
};
}
);
}