mirror of
https://github.com/Ryujinx/Ryujinx-Website.git
synced 2025-01-09 07:27:20 -03:00
243bb996ba
This also simplify how we grab the npm deps Signed-off-by: Mary Guillemard <mary@mary.zone>
4 lines
141 B
Nix
4 lines
141 B
Nix
(import (fetchTarball
|
|
"https://github.com/edolstra/flake-compat/archive/master.tar.gz") {
|
|
src = builtins.fetchGit ./.;
|
|
}).defaultNix
|