flake: removed apps
This commit is contained in:
parent
958fa9baed
commit
97ee77f9bb
1 changed files with 0 additions and 6 deletions
|
|
@ -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;
|
||||
};
|
||||
|
||||
}
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue