mirror of
https://github.com/divnix/digga.git
synced 2024-12-23 08:02:21 +03:00
ca29d6d212
(to prevent PR drift issues a little better)
4 lines
77 B
Nix
4 lines
77 B
Nix
{ inputs }: {
|
|
patchedNix = import ./nix-patched.nix { inherit inputs; };
|
|
}
|