Skip to content

Commit f9d30e3

Browse files
authored
fix: code snippet in README (#143)
1 parent be67288 commit f9d30e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ You can use the flake:
5454
nixosConfigurations.HOSTNAME = nixpkgs.lib.nixosSystem {
5555
# ...
5656
57-
environment.packages = [ anyrun.packages.${system}.anyrun ];
57+
environment.systemPackages = [ anyrun.packages.${system}.anyrun ];
5858
5959
# ...
6060
};

0 commit comments

Comments
 (0)