flake.nix: Fix nix run for Nix 2.8

This commit is contained in:
Zhaofeng Li 2022-06-02 16:39:45 -07:00
parent c6b61efc58
commit f140ea4080

View file

@ -52,6 +52,7 @@
};
defaultApp = self.apps.${system}.colmena;
apps.default = self.apps.${system}.colmena;
apps.colmena = {
type = "app";
program = "${defaultPackage}/bin/colmena";