We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be67288 commit f9d30e3Copy full SHA for f9d30e3
README.md
@@ -54,7 +54,7 @@ You can use the flake:
54
nixosConfigurations.HOSTNAME = nixpkgs.lib.nixosSystem {
55
# ...
56
57
- environment.packages = [ anyrun.packages.${system}.anyrun ];
+ environment.systemPackages = [ anyrun.packages.${system}.anyrun ];
58
59
60
};
0 commit comments