nixosConfig: specialArgs = "inputs" -> "{inherit inputs;}"

This commit is contained in:
2024-07-13 10:04:02 -04:00
parent 5fed071e2f
commit be0b31c429
3 changed files with 6 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
{ lib, config, pkgs, nixpkgs, ... }: {
{ lib, config, pkgs, ... }: {
nixpkgs.overlays = [(self: super: rec {
# Discord fix
discord = super.discord.override {