thiagokokada/nix-alien

build fails as of 8ae11b4

PolarizedIons opened this issue · 2 comments

as of commit 8ae11b4 (with the changes from a8f5bc5 to the readme) without flakes, fails to build.

error: attribute 'inputs' missing

       at /nix/store/f30s5i4qssddab5xxw9yx3hxssqc4b3y-source/default.nix:18:17:

           17|     inherit rev;
           18|     nix-index = self.inputs.nix-index-database.packages.${pkgs.system}.nix-index-with-db;
             |                 ^
           19|   };
(use '--show-trace' to show detailed location information)

using the commit before that for now: PolarizedIons/nixos-config@4b6f6cb

not sure what other information to provide.

I just reviewed the code and I know where the issue is. Not sure how to solve it exactly yet, but I think I can fix by using flake-compat.

Also, I probably need to setup a CI for the non-flake path to avoid those issues in the future.

Fixed by #57.