mirror of
https://github.com/Ryujinx/ryuko-ng.git
synced 2024-12-22 14:15:39 +00:00
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
|