1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-01-31 15:03:37 +00:00
.dotfiles/nixos/overlays.nix

10 lines
212 B
Nix
Raw Normal View History

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