mirror of
https://github.com/nthnd/muc.git
synced 2026-05-06 03:00:27 -04:00
4 lines
133 B
Nix
4 lines
133 B
Nix
(import (fetchTarball https://github.com/edolstra/flake-compat/archive/master.tar.gz) {
|
|
src = builtins.fetchGit ./.;
|
|
}).defaultNix
|