Skip to content

Commit

Permalink
Fixed defaultPackage for newer nix flake versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanG077 committed May 27, 2022
1 parent bf9fd63 commit d527bfe
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,7 @@
};

defaultPackage = packages.cq-editor;
defaultApp = {
type = "app";
program = defaultPackage + "/bin/cq-editor";
};
apps.default = flake-utils.lib.mkApp { drv = defaultPackage; };
overlays = { inherit py-overrides; };
# TODO: add dev env for cadquery
# devShell = packages.cadquery-dev-shell;
Expand Down

0 comments on commit d527bfe

Please sign in to comment.