remove debug prints, oops
This commit is contained in:
parent
3393f1ecfe
commit
5ccc27c0e2
3 changed files with 7 additions and 4 deletions
|
@ -89,7 +89,11 @@
|
|||
)
|
||||
// {
|
||||
nixosModules.meat = import ./nix/module.nix {
|
||||
meatOverlays = [self.overlays.meat nh-overlay];
|
||||
meatOverlays = [
|
||||
self.overlays.meat
|
||||
nh-overlay
|
||||
ocaml-overlay.overlays.default
|
||||
];
|
||||
lixModule = lix-module;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue