fix: code snippet in README (#143)
This commit is contained in:
@@ -54,7 +54,7 @@ You can use the flake:
|
|||||||
nixosConfigurations.HOSTNAME = nixpkgs.lib.nixosSystem {
|
nixosConfigurations.HOSTNAME = nixpkgs.lib.nixosSystem {
|
||||||
# ...
|
# ...
|
||||||
|
|
||||||
environment.packages = [ anyrun.packages.${system}.anyrun ];
|
environment.systemPackages = [ anyrun.packages.${system}.anyrun ];
|
||||||
|
|
||||||
# ...
|
# ...
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user