update flake

This commit is contained in:
Seán C McCord 2022-12-23 22:11:36 -05:00
parent 5be8bf3198
commit e42563d6ee
Signed by: scm
GPG key ID: 8302D5513BFE9618

View file

@ -55,6 +55,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}.waybar-kb);
defaultPackage = forAllSystems (system: self.packages.${system}.waybar-kb);
};
}