[Packages] fix issues with newer flake-utils-plus versions overriding nixpkgs.pkgs

Will probably drop flake-utils-plus in the future because of that.
This commit is contained in:
Antoine Viallon 2024-01-10 22:10:20 +01:00
parent b2e758f4c8
commit 0e3649ddee
Signed by: aviallon
GPG key ID: 186FC35EDEB25716
3 changed files with 10 additions and 4 deletions

View file

@ -49,6 +49,8 @@
default = aviallon;
};
nixpkgsConfig = self.nixosModules.aviallon.aviallon.programs.config;
specialArgs = inputs // { inherit myLib; };
};
}