treewide: remove aliases

This commit is contained in:
Guanran Wang 2023-12-27 15:28:18 +08:00
parent 92b85bee28
commit d313750925
Signed by: nyancat
SSH key fingerprint: SHA256:8oWGKciPALWut/6WA27oFKofX+6Wtc0gQnsefXLQx/8
6 changed files with 6 additions and 6 deletions

View file

@ -3,7 +3,7 @@
inputs, inputs,
... ...
}: let }: let
nom = inputs.nix-monitored.packages.${pkgs.system}.default; nom = inputs.nix-monitored.packages.${pkgs.stdenv.hostPlatform.system}.default;
in { in {
nix.package = nom; nix.package = nom;
nixpkgs.overlays = [ nixpkgs.overlays = [

View file

@ -27,5 +27,5 @@ in {
}; };
# Web interface # Web interface
environment.etc."clash-meta/metacubexd".source = inputs.self.packages.${pkgs.system}.metacubexd; environment.etc."clash-meta/metacubexd".source = inputs.self.packages.${pkgs.stdenv.hostPlatform.system}.metacubexd;
} }

View file

@ -10,7 +10,7 @@
fcitx5-chinese-addons fcitx5-chinese-addons
#fcitx5-rime #fcitx5-rime
]) ])
++ (with inputs.berberman.packages.${pkgs.system}; [ ++ (with inputs.berberman.packages.${pkgs.stdenv.hostPlatform.system}; [
fcitx5-pinyin-moegirl fcitx5-pinyin-moegirl
fcitx5-pinyin-zhwiki fcitx5-pinyin-zhwiki
]); ]);

View file

@ -24,7 +24,7 @@
wayland.windowManager.hyprland = { wayland.windowManager.hyprland = {
enable = true; enable = true;
enableNvidiaPatches = true; enableNvidiaPatches = true;
#plugins = with inputs.hyprland-plugins.packages.${pkgs.system}; [ #plugins = with inputs.hyprland-plugins.packages.${pkgs.stdenv.hostPlatform.system}; [
# csgo-vulkan-fix # csgo-vulkan-fix
#]; #];

View file

@ -3,7 +3,7 @@
inputs, inputs,
... ...
}: let }: let
spicePkgs = inputs.spicetify-nix.packages.${pkgs.system}.default; spicePkgs = inputs.spicetify-nix.packages.${pkgs.stdenv.hostPlatform.system}.default;
in { in {
# import the flake's module for your system # import the flake's module for your system
imports = [inputs.spicetify-nix.homeManagerModule]; imports = [inputs.spicetify-nix.homeManagerModule];

View file

@ -8,7 +8,7 @@
enable = true; enable = true;
package = pkgs.clash-meta; package = pkgs.clash-meta;
configFile = config.sops.templates."clash.yaml".path; configFile = config.sops.templates."clash.yaml".path;
webui = inputs.self.packages.${pkgs.system}.metacubexd; webui = inputs.self.packages.${pkgs.stdenv.hostPlatform.system}.metacubexd;
}; };
### sops-nix ### sops-nix