mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 12:19:07 +00:00
12 lines
120 B
Nix
12 lines
120 B
Nix
{
|
|
lib,
|
|
rotp,
|
|
fetchFromGitHub,
|
|
}:
|
|
|
|
rotp.overrideAttrs (finalAttrs: prevAttrs: {
|
|
src = fetchFromGitHub {
|
|
|
|
};
|
|
})
|