From 4aa5f378d2e3f6cb570ec85daa17115097a8d371 Mon Sep 17 00:00:00 2001
From: ene <ene@sils.li>
Date: Mon, 20 Feb 2023 08:48:00 +0100
Subject: Feat(bootstrap): Add a script for quick activation

---
 bootstrap/default.nix | 12 ------------
 1 file changed, 12 deletions(-)
 delete mode 100644 bootstrap/default.nix

(limited to 'bootstrap/default.nix')

diff --git a/bootstrap/default.nix b/bootstrap/default.nix
deleted file mode 100644
index 6fab9a2d..00000000
--- a/bootstrap/default.nix
+++ /dev/null
@@ -1,12 +0,0 @@
-# vim: ts=2
-{
-  pkgs,
-  shell-library,
-  ...
-}: let
-  dependencies = with pkgs; [jq dash];
-  name = "install";
-  script = ./install.sh;
-  lib = import ../lib {inherit pkgs shell-library;};
-in
-  lib.makeShellScriptWithLibrary {inherit dependencies name script;}
-- 
cgit 1.4.1