mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-01-31 07:03:36 +00:00
10 lines
247 B
Nix
10 lines
247 B
Nix
{ nur, fenix, nixpkgs-unstable, ... }: [
|
|
nur.overlays.default
|
|
fenix.overlays.default
|
|
(import ./pkgs/overlay.nix {})
|
|
(final: prev: {
|
|
unstable = import nixpkgs-unstable {
|
|
system = prev.system;
|
|
};
|
|
})
|
|
]
|