Skip to content
Snippets Groups Projects
Commit 3354f9af authored by Jens Nolte's avatar Jens Nolte
Browse files

flake.nix: Add default app

parent 218e3237
No related branches found
No related tags found
No related merge requests found
......@@ -36,6 +36,13 @@
}
);
apps = forAllSystems (system: {
default = {
type = "app";
program = "${self.packages.${system}.qbar}/bin/qbar";
};
});
overlays.default = final: prev: {
haskell = prev.haskell // {
packageOverrides = hfinal: hprev: prev.haskell.packageOverrides hfinal hprev // {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment