mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-13 10:50:20 +01:00
treewide: Adapt to system rename
This commit is contained in:
parent
b006081cf3
commit
629517eded
2 changed files with 3 additions and 3 deletions
|
|
@ -171,7 +171,7 @@
|
|||
in
|
||||
{
|
||||
nixos.expr = ''${getFlake}.nixosConfigurations.ZeNixComputa.options'';
|
||||
nixvim.expr = ''${getFlake}.packages.${pkgs.system}.neovimTraxys.options'';
|
||||
nixvim.expr = ''${getFlake}.packages.${pkgs.stdenv.hostPlatform.system}.neovimTraxys.options'';
|
||||
home-manager.expr = ''${getFlake}.homeConfigurations."boyerq@thinkpad-nixos".options'';
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -22,11 +22,11 @@
|
|||
};
|
||||
traxys.pkgs.niri-unstable = lib.mkOption {
|
||||
type = lib.types.package;
|
||||
default = niri.packages.${pkgs.system}.niri-unstable;
|
||||
default = niri.packages.${pkgs.stdenv.hostPlatform.system}.niri-unstable;
|
||||
};
|
||||
traxys.pkgs.xwayland-satellite-unstable = lib.mkOption {
|
||||
type = lib.types.package;
|
||||
default = niri.packages.${pkgs.system}.xwayland-satellite-unstable;
|
||||
default = niri.packages.${pkgs.stdenv.hostPlatform.system}.xwayland-satellite-unstable;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue