Explorar o código

Merge pull request #361 from 9glenda/patch-2

fix: nix flake check also builds the package
Christina Sørensen %!s(int64=2) %!d(string=hai) anos
pai
achega
53985ada42
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      flake.nix

+ 1 - 0
flake.nix

@@ -153,6 +153,7 @@
         checks = {
           formatting = treefmtEval.config.build.check self;
           build = packages.check;
+          default = packages.default;
           test = packages.test;
           lint = packages.clippy;
           trycmd = packages.trycmd;