From 4d47089b4bd7f6101e258852cf9c35230bd1c89b Mon Sep 17 00:00:00 2001 From: ene <ene@sils.li> Date: Sun, 19 Feb 2023 13:35:40 +0100 Subject: Feat(bootstrap): Add a Script to make nix run with bootstrap viable --- flake.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index c8bca3af..ce5b2e84 100644 --- a/flake.nix +++ b/flake.nix @@ -80,5 +80,11 @@ specialArgs = inputs; modules = [./hosts/spawn/configuration.nix]; }; + + apps."x86_64-linux"."install" = { + type = "app"; + program = ./bootstrap; + }; + apps."x86_64-linux".default = self.apps."x86_64-linux".install; }; } -- cgit 1.4.1