mirror of
https://github.com/Ryubing/Ryuko.git
synced 2025-05-12 18:50:36 +01:00
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
|