.files/nix/overlays/nil.nix

8 lines
242 B
Nix

# Run the one with my cool feature here for now
let
sources = import ../sources.nix;
inherit (sources) nil;
in
final: _: {
nil = (builtins.getFlake "github:${nil.owner}/${nil.repo}/${nil.rev}").packages.${final.system}.default;
}