refactor: add lib extensions to nixpkgs.lib as overlays

This commit is contained in:
oddlama 2023-07-02 00:08:17 +02:00
parent 385d8178a2
commit e1e7516e1a
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
19 changed files with 743 additions and 813 deletions

View file

@ -131,7 +131,10 @@
pkgs = import nixpkgs {
localSystem = system;
config.allowUnfree = true;
overlays = [microvm.overlay] ++ import ./pkgs/default.nix;
overlays =
import ./lib inputs
++ import ./pkgs/default.nix
++ [microvm.overlay];
};
apps =