diff options
Diffstat (limited to '')
-rwxr-xr-x | bootstrap/02_setup (renamed from bootstrap/setup/setup.sh) | 0 | ||||
-rw-r--r-- | bootstrap/setup/default.nix | 11 |
2 files changed, 0 insertions, 11 deletions
diff --git a/bootstrap/setup/setup.sh b/bootstrap/02_setup index a9e534ab..a9e534ab 100755 --- a/bootstrap/setup/setup.sh +++ b/bootstrap/02_setup diff --git a/bootstrap/setup/default.nix b/bootstrap/setup/default.nix deleted file mode 100644 index 905ddd1b..00000000 --- a/bootstrap/setup/default.nix +++ /dev/null @@ -1,11 +0,0 @@ -# vim: ts=2 -{ - pkgs, - sysLib, - ... -}: let - dependencies = builtins.attrValues {inherit (pkgs) dash gawk curl git nix gnugrep nixos-install-tools coreutils libuuid;}; - name = "setup"; - src = ./setup.sh; -in - sysLib.writeShellScriptWithLibrary {inherit dependencies name src;} |