init
add some big N resources
This commit is contained in:
11
pkgs/oot-debug/default.nix
Normal file
11
pkgs/oot-debug/default.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{ lib, runCommand, fetchFromBittorrent, p7zip}:
|
||||
let
|
||||
torrent = fetchFromBittorrent {
|
||||
url = "https://archive.org/download/ZELOOTD/ZELOOTD_archive.torrent";
|
||||
hash = "sha256-4CaZ2nv/vnweYwKd/qjfO8se71D1vfH9qhyDH9Aj21E=";
|
||||
};
|
||||
in
|
||||
runCommand "oot-debug.z64" { nativeBuildInputs = [ p7zip ]; } ''
|
||||
7z x "${torrent}/ZELOOTD.zip"
|
||||
cp "ZELOOTD.z64" "$out"
|
||||
''
|
||||
Reference in New Issue
Block a user