diff options
author | ene <ene@sils.li> | 2023-02-20 08:48:00 +0100 |
---|---|---|
committer | ene <ene@sils.li> | 2023-02-20 10:36:51 +0100 |
commit | 4aa5f378d2e3f6cb570ec85daa17115097a8d371 (patch) | |
tree | a79fddc156ed2a8e8b4dc0684fe9773566f1760e /bootstrap/default.nix | |
parent | Feat(flake): Reorder hosts (diff) | |
download | nixos-config-4aa5f378d2e3f6cb570ec85daa17115097a8d371.tar.gz nixos-config-4aa5f378d2e3f6cb570ec85daa17115097a8d371.zip |
Feat(bootstrap): Add a script for quick activation
Diffstat (limited to 'bootstrap/default.nix')
-rw-r--r-- | bootstrap/default.nix | 12 |
1 files changed, 0 insertions, 12 deletions
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;} |