flake: set flake-info as default package (#446)

Makes more sense to have the CLI tool as default package.
This commit is contained in:
Naïm Favier 2022-03-16 18:49:23 +01:00 committed by GitHub
parent 7be68b6dc0
commit f80d3ea4b2
Failed to generate hash of commit

View file

@ -42,7 +42,7 @@
}; };
in in
{ {
defaultPackage = forAllSystems (mkPackage ./.); defaultPackage = forAllSystems (mkPackage ./flake-info);
packages = forAllSystems packages; packages = forAllSystems packages;
devShell = forAllSystems devShell; devShell = forAllSystems devShell;
}; };