Can I pass in an overlay?

This commit is contained in:
2022-07-01 11:43:44 -07:00
parent e61f18116c
commit 2f528776a9
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -37,6 +37,6 @@
inherit (self.packages."${prev.system}") wallfly;
};
nixosModule = import ./module.nix;
nixosModule = import ./module.nix self.overlay;
};
}