Or the best way to nix build from configuration file hosted on github

what i tried:imports = [ (builtins.fetchGit {

url = “https://github.com/my-user/my-repo.git”;ref = “main”; })

];

what i got :

Erro: the option “lastModified” does not exist

  • barcellzOPB
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    Thanks gonna look, i still dont grasp the flake stuff