nix: Fix flake

This commit is contained in:
Adriano Caloiaro 2023-09-09 09:27:46 +02:00
parent fbdd040138
commit b356f56878
No known key found for this signature in database
GPG key ID: 920633857147D83D

View file

@ -57,10 +57,6 @@
};
});
# The default package for 'nix build'. This makes sense if the
# flake provides only one package or there is a clear "main"
# package.
defaultPackage = forAllSystems (system: self.packages.${system}.env-sample-sync);
apps = forAllSystems (system: {
default = {
type = "app";