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