From f140ea40805c5aeb6a01989e2645628324ab7462 Mon Sep 17 00:00:00 2001 From: Zhaofeng Li Date: Thu, 2 Jun 2022 16:39:45 -0700 Subject: [PATCH] flake.nix: Fix `nix run` for Nix 2.8 --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 1354ea9..d98ce0b 100644 --- a/flake.nix +++ b/flake.nix @@ -52,6 +52,7 @@ }; defaultApp = self.apps.${system}.colmena; + apps.default = self.apps.${system}.colmena; apps.colmena = { type = "app"; program = "${defaultPackage}/bin/colmena";