summaryrefslogtreecommitdiff
path: root/nix/default.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-05-12 06:32:56 -0400
committerseth <[email protected]>2023-05-12 06:35:24 -0400
commit97df33980cf46d4695aa186dcb2391f374e3e8ce (patch)
treeec629cc98beff3e565b226c412ae69c191eda1d9 /nix/default.nix
parent068c56d8764a867cbca5060fd499edf37f4335dd (diff)
feat: start using mkMultiMCPack
Diffstat (limited to 'nix/default.nix')
-rw-r--r--nix/default.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/nix/default.nix b/nix/default.nix
deleted file mode 100644
index bd61190..0000000
--- a/nix/default.nix
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- runCommand,
- zip,
- ...
-}:
-runCommand "getchoo-modpack" {} ''
- mkdir -p "$out"
- ${zip}/bin/zip "$out"/getchoo-modpack.zip ${./files}/{*,.*}
-''