We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 549bb1b commit 46600f3Copy full SHA for 46600f3
flake.nix
@@ -49,7 +49,7 @@
49
# WARN: use `legacyPackages` instead to get error messages for deprecated packages
50
#
51
# Each entry is guaranteed to be a derivation that evaluates.
52
- # TODO: this should be deprecated as it exposes a subset of nixpkgs, which is incompatbile with the packages output.
+ # TODO: this should be deprecated as it exposes a subset of nixpkgs, which is incompatiile with the packages output.
53
packages = forAllSystems ({ exposed, ... }: exposed.packages // {
54
default = exposed.packages.pre-commit;
55
});
0 commit comments