mirror of
https://github.com/Ryujinx/ryuko-ng.git
synced 2024-12-22 14:05:33 +00:00
5 lines
139 B
Nix
5 lines
139 B
Nix
|
(import (fetchTarball
|
||
|
"https://github.com/edolstra/flake-compat/archive/master.tar.gz") {
|
||
|
src = builtins.fetchGit ./.;
|
||
|
}).shellNix
|