Skip to content

Commit b8ddcc0

Browse files
authored
readme: suggest using the more generic system variable (MikaelFangel#93)
1 parent f50eae8 commit b8ddcc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Then you can input this in your configuration.nix (be sure that you inherit inpu
3232
```
3333
environment = {
3434
systemPackages = with pkgs; [
35-
inputs.nixvim.packages."x86_64-linux".default
35+
inputs.nixvim.packages.${system}.default
3636
];
3737
};
3838
```

0 commit comments

Comments
 (0)