Skip to content

Commit

Permalink
nix: defaultPackage.${system} -> packages.${system}.default
Browse files Browse the repository at this point in the history
  • Loading branch information
pnmadelaine committed Sep 11, 2023
1 parent bb2df4c commit 3a36611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
mls-star = pkgs.callPackage ./default.nix {inherit fstar fstar-dune z3 comparse dolev-yao-star; ocamlPackages = pkgs.ocaml-ng.ocamlPackages_4_14;};
in {
packages.${system} = {
default = mls-star;
inherit mls-star;
};
devShells.${system}.default = pkgs.mkShell {
Expand All @@ -37,7 +38,6 @@
])
++ (fstar.buildInputs);
};
defaultPackage.${system} = mls-star;
checks.${system} = {
mls-build = mls-star;
mls-tests = mls-star.tests;
Expand Down

0 comments on commit 3a36611

Please sign in to comment.