about summary refs log tree commit diff stats
path: root/bootstrap/install/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap/install/default.nix')
-rw-r--r--bootstrap/install/default.nix11
1 files changed, 0 insertions, 11 deletions
diff --git a/bootstrap/install/default.nix b/bootstrap/install/default.nix
deleted file mode 100644
index 4f520c92..00000000
--- a/bootstrap/install/default.nix
+++ /dev/null
@@ -1,11 +0,0 @@
-# vim: ts=2
-{
-  pkgs,
-  sysLib,
-  ...
-}: let
-  dependencies = builtins.attrValues {inherit (pkgs) jq dash curl gawk btrfs-progs coreutils libuuid gptfdisk dosfstools toybox nix git;};
-  name = "install";
-  src = ./install.sh;
-in
-  sysLib.writeShellScriptWithLibrary {inherit dependencies name src;}