Compare commits

..

No commits in common. "471bcdee7d8573f9154c2a67601360ac0881a312" and "5415215d0a535fffaea09a8eea34125fa7799c29" have entirely different histories.

View file

@ -67,13 +67,13 @@
scopes = [ scopes = [
{ {
modules = [ self.inputs.disko.nixosModules.default ]; modules = [ self.inputs.disko.nixosModules.default ];
name = "Disko"; name = "disko";
specialArgs.modulesPath = pkgs.path + "/nixos/modules"; specialArgs.modulesPath = pkgs.path + "/nixos/modules";
urlPrefix = "https://github.com/nix-community/disko/blob/master/"; urlPrefix = "https://github.com/nix-community/disko/blob/master/";
} }
{ {
modules = lib.attrValues self.inputs.nixos-hardware.nixosModules; modules = lib.attrValues self.inputs.nixos-hardware.nixosModules;
name = "NixOS Hardware"; name = "nixos-hardware";
specialArgs = { specialArgs = {
modulesPath = pkgs.path + "/nixos/modules"; modulesPath = pkgs.path + "/nixos/modules";
inherit pkgs; inherit pkgs;
@ -94,7 +94,7 @@
}; };
} }
]; ];
name = "Simple NixOS Mailserver"; name = "simple-nixos-mailserver";
urlPrefix = "https://gitlab.com/simple-nixos-mailserver/nixos-mailserver/-/blob/master/"; urlPrefix = "https://gitlab.com/simple-nixos-mailserver/nixos-mailserver/-/blob/master/";
} }
{ {
@ -102,23 +102,6 @@
name = "NixOS"; name = "NixOS";
urlPrefix = "https://github.com/NixOS/nixpkgs/tree/master/"; urlPrefix = "https://github.com/NixOS/nixpkgs/tree/master/";
} }
{
optionsJSON = self.inputs.home-manager.packages.${pkgs.stdenv.system}.docs-html.passthru.home-manager-options.nixos + /share/doc/nixos/options.json;
name = "Home Manager NixOS";
urlPrefix = "https://github.com/nix-community/home-manager/tree/master/";
}
{
optionsJSON = self.inputs.home-manager.packages.${pkgs.stdenv.system}.docs-json + /share/doc/home-manager/options.json;
optionsPrefix = "home-manager.users.<name>";
name = "Home Manager";
urlPrefix = "https://github.com/nix-community/home-manager/tree/master/";
}
{
optionsJSON = self.inputs.nixvim.packages.${pkgs.stdenv.system}.options-json + /share/doc/nixos/options.json;
optionsPrefix = "programs.nixvim";
name = "NixVim";
urlPrefix = "https://github.com/nix-community/nixvim/tree/main/";
}
]; ];
}; };
}; };