mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-06-07 20:49:29 +00:00
11 lines
212 B
Nix
11 lines
212 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;
|
|
};
|
|
})
|
|
]
|
|
|