1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-05-02 19:53:07 +00:00
This commit is contained in:
Rae 5e 2025-01-01 17:36:49 -05:00
parent 35392f6785
commit bb5c008b93
Signed by: rae
GPG key ID: 5B1A0FAB9BAB81EE
3 changed files with 11 additions and 13 deletions

View file

@ -1,11 +1,9 @@
{ inputs, ... }: {
[
inputs.nur.overlays.default
inputs.fenix.overlays.default
(final: prev: {
unstable = import inputs.nixpkgs-unstable {
system = prev.system;
};
})
];
}
inputs: [
inputs.nur.overlays.default
inputs.fenix.overlays.default
(final: prev: {
unstable = import inputs.nixpkgs-unstable {
system = prev.system;
};
})
]