mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-02-07 09:52:50 +00:00
9 lines
202 B
Nix
9 lines
202 B
Nix
inputs: [
|
|
inputs.nur.overlays.default
|
|
inputs.fenix.overlays.default
|
|
(final: prev: {
|
|
unstable = import inputs.nixpkgs-unstable {
|
|
system = prev.system;
|
|
};
|
|
})
|
|
]
|