fix overlay/module
This commit is contained in:
parent
bea46cef34
commit
3b4d67f96c
2 changed files with 15 additions and 16 deletions
|
@ -1,6 +1,4 @@
|
|||
{
|
||||
overlay
|
||||
}: {
|
||||
imports = [./culr-module.nix];
|
||||
nixpkgs.overlays = overlay;
|
||||
{culrOverlay}: {
|
||||
imports = [./culr-module.nix];
|
||||
nixpkgs.overlays = [culrOverlay];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue