From 94c76cd197bc8415fb072e15b394b9bb15c89084 Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Fri, 8 Nov 2024 00:19:17 +0100 Subject: [PATCH] flake/nixinate: use apps/flakes directly --- README.md | 2 +- flake.nix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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; }; }