mirror of
https://github.com/Ryujinx/ryuko-ng.git
synced 2024-12-22 08:55:39 +00:00
c5046a19c3
Signed-off-by: Mary Guillemard <mary@mary.zone>
5 lines
141 B
Nix
5 lines
141 B
Nix
(import (fetchTarball
|
|
"https://github.com/edolstra/flake-compat/archive/master.tar.gz") {
|
|
src = builtins.fetchGit ./.;
|
|
}).defaultNix
|