mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-02-14 23:34:18 -05:00
9 lines
102 B
Nix
9 lines
102 B
Nix
|
{ unstable, ... }:
|
||
|
{
|
||
|
nixpkgs.overlays = [
|
||
|
(final: prev: {
|
||
|
inherit unstable;
|
||
|
})
|
||
|
];
|
||
|
}
|