Ryujinx-Website/default.nix
Mary Guillemard 243bb996ba Move to flakes and migrate nixos module here
This also simplify how we grab the npm deps

Signed-off-by: Mary Guillemard <mary@mary.zone>
2024-01-01 02:49:11 +00:00

5 lines
141 B
Nix

(import (fetchTarball
"https://github.com/edolstra/flake-compat/archive/master.tar.gz") {
src = builtins.fetchGit ./.;
}).defaultNix