From 8b93ce2b1bddd873ebda5c58db1cae9c444307f3 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 16 May 2025 16:29:26 +0200 Subject: bootstrap: Remove These scripts can be useful for the future, but currently they are just tech-dept. --- flake/apps/default.nix | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 flake/apps/default.nix (limited to 'flake/apps/default.nix') diff --git a/flake/apps/default.nix b/flake/apps/default.nix deleted file mode 100644 index b9f4c255..00000000 --- a/flake/apps/default.nix +++ /dev/null @@ -1,32 +0,0 @@ -# nixos-config - My current NixOS configuration -# -# Copyright (C) 2025 Benedikt Peetz -# SPDX-License-Identifier: GPL-3.0-or-later -# -# This file is part of my nixos-config. -# -# You should have received a copy of the License along with this program. -# If not, see . -{ - self, - system, - ... -}: { - install = { - type = "app"; - program = "${self.packages."${system}".install}/bin/install"; - }; - activate = { - type = "app"; - program = "${self.packages."${system}".activate}/bin/activate"; - }; - setup = { - type = "app"; - program = "${self.packages."${system}".setup}/bin/setup"; - }; - config_setup = { - type = "app"; - program = "${self.packages."${system}".config_setup}/bin/config_setup"; - }; - default = self.apps."${system}".activate; -} -- cgit 1.4.1