This commit is contained in:
Charlotte 🦝 Delenk 2024-11-18 11:09:31 +01:00
parent 762f86b439
commit be0b752ca2
2 changed files with 7 additions and 7 deletions

View file

@ -140,13 +140,9 @@
config.allowUnfree = true;
overlays =
[
(
_: _:
inputs'
// {
(_: _: {
inputs = inputs';
}
)
})
self.overlays.default
]
++ (

View file

@ -6,6 +6,7 @@
self,
rust-overlay,
nix-vscode-extensions,
inputs,
...
}:
with lib;
@ -28,6 +29,9 @@ with lib;
if !inTester then
{
nixpkgs.overlays = [
(_: _: {
inherit inputs;
})
self.overlays.default
(import rust-overlay)
nix-vscode-extensions.overlays.default