forked from DGNum/colmena
flake.nix: Fix nix run
for Nix 2.8
This commit is contained in:
parent
c6b61efc58
commit
f140ea4080
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@
|
|||
};
|
||||
|
||||
defaultApp = self.apps.${system}.colmena;
|
||||
apps.default = self.apps.${system}.colmena;
|
||||
apps.colmena = {
|
||||
type = "app";
|
||||
program = "${defaultPackage}/bin/colmena";
|
||||
|
|
Loading…
Reference in a new issue