Skip to content

Commit 56a2b60

Browse files
committed
fix system deprecation
1 parent 1c927f6 commit 56a2b60

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

hosts/eientei/temp.nix

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
inputs,
44
pkgs,
55
config,
6+
system,
67
...
78
}: {
89
environment.etc."vconsole.conf".text = lib.mkForce "KEYMAP=colemak";
@@ -56,9 +57,9 @@
5657
];
5758
packages = with pkgs; [
5859
fastfetch
59-
inputs.helium.packages."${pkgs.system}".helium
60-
inputs.zen-browser.packages."${pkgs.system}".beta
61-
inputs.zed.packages."${pkgs.system}".default
60+
inputs.helium.packages.${system}.helium
61+
inputs.zen-browser.packages.${system}.beta
62+
inputs.zed.packages.${system}.default
6263
elixir-ls
6364
libreoffice
6465
slack

0 commit comments

Comments
 (0)