first release
This commit is contained in:
commit
3393f1ecfe
16 changed files with 615 additions and 0 deletions
7
nix/module.nix
Normal file
7
nix/module.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
meatOverlays,
|
||||
lixModule,
|
||||
}: {
|
||||
imports = [./meat-module.nix lixModule];
|
||||
nixpkgs.overlays = meatOverlays;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue