chore(nix): corrected ncmpcpp overlay path
This commit is contained in:
parent
19dcfd8084
commit
d83ec40514
|
@ -32,7 +32,7 @@
|
||||||
"openssl-1.0.2u"
|
"openssl-1.0.2u"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
overlays = [(import ../overlays/ncmpcpp.nix)];
|
overlays = [(import ../../overlays/ncmpcpp.nix)];
|
||||||
};
|
};
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
|
|
|
@ -34,7 +34,7 @@
|
||||||
"openssl-1.0.2u"
|
"openssl-1.0.2u"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
overlays = [(import ../overlays/ncmpcpp.nix)];
|
overlays = [(import ../../overlays/ncmpcpp.nix)];
|
||||||
};
|
};
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
|
|
Loading…
Reference in a new issue