Merge pull request #20 from acaloiaro/fix-nix-flake

Fix flake.nix
This commit is contained in:
Adriano Caloiaro 2023-09-07 09:46:19 +02:00 committed by GitHub
commit 55ac120fe1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -62,7 +62,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}.di-tui);
apps = forAllSystems (system: {
default = {
type = "app";