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,
...
}: let
nom = inputs.nix-monitored.packages.${pkgs.system}.default;
nom = inputs.nix-monitored.packages.${pkgs.stdenv.hostPlatform.system}.default;
in {
nix.package = nom;
nixpkgs.overlays = [

View file

@ -27,5 +27,5 @@ in {
};
# 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-rime
])
++ (with inputs.berberman.packages.${pkgs.system}; [
++ (with inputs.berberman.packages.${pkgs.stdenv.hostPlatform.system}; [
fcitx5-pinyin-moegirl
fcitx5-pinyin-zhwiki
]);

View file

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

View file

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

View file

@ -8,7 +8,7 @@
enable = true;
package = pkgs.clash-meta;
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