Skip to content

Commit

Permalink
nix: 🛗 skip check phase when entering dev shell
Browse files Browse the repository at this point in the history
  • Loading branch information
cratelyn committed Jul 2, 2024
1 parent 2f2196e commit c398c5a
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 @@ -32,7 +32,7 @@
description = "a library for trimming excess contents from things.";
license = [ licenses.mit ];
};
});
}).overrideAttrs (_: { doCheck = false; });
in {
packages = { inherit shear; };
devShells.default = craneLib.devShell {
Expand Down

0 comments on commit c398c5a

Please sign in to comment.