inheriting pkgs overwrides nur

This commit is contained in:
2024-12-17 11:23:30 -06:00
parent 95415188b5
commit ca8e88697a
2 changed files with 15 additions and 25 deletions

View File

@@ -48,7 +48,7 @@
lib.nixosSystem {
inherit system;
specialArgs = {
inherit inputs outputs pkgs;
inherit inputs outputs;
};
modules = [
{ nixpkgs.overlays = [ overlayFile ]; }