diff --git a/README.md b/README.md index 410ea39..d01cda2 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ used flakes: - deployment/update: ```bash - nix run .#apps.nixinate. + nix run .# ``` - secrets: diff --git a/flake.nix b/flake.nix index a7f7c01..0da8d69 100644 --- a/flake.nix +++ b/flake.nix @@ -112,8 +112,8 @@ inputs'.disko.packages.disko ]; }; + # workaround for https://github.com/MatthewCroughan/nixinate/issues/12 + apps = (nixinate.nixinate.${system} self).nixinate; }; - # flake = {}; - flake.apps = inputs.nixinate.nixinate."x86_64-linux" self; }; }