1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-02-12 04:22:07 +00:00
.dotfiles/nixos/overlays.nix

10 lines
212 B
Nix
Raw Normal View History

2025-01-01 21:37:32 -05:00
{ nur, fenix, nixpkgs-unstable, ... }: [
nur.overlays.default
fenix.overlays.default
2025-01-01 17:36:49 -05:00
(final: prev: {
2025-01-01 21:37:32 -05:00
unstable = import nixpkgs-unstable {
2025-01-01 17:36:49 -05:00
system = prev.system;
};
})
]