Update NUR overlays

This commit is contained in:
albert 2024-12-10 17:33:35 +01:00
parent af846cf9f6
commit 7afb2e856a
Signed by: albert
GPG key ID: 3895DD267CA11BA9
3 changed files with 3 additions and 3 deletions

View file

@ -29,7 +29,7 @@
nixpkgs = {
overlays = [
# Currently in use in the Firefox config
inputs.nur.overlay
inputs.nur.overlays.default
];
};
}

View file

@ -32,7 +32,7 @@
nixpkgs = {
overlays = [
# Currently in use in the Firefox config
inputs.nur.overlay
inputs.nur.overlays.default
];
};
}

View file

@ -39,7 +39,7 @@
nixpkgs = {
overlays = [
# Currently in use in the Firefox config
inputs.nur.overlay
inputs.nur.overlays.default
];
};
}