fix: code snippet in README (#143)

This commit is contained in:
Jost Alemann
2024-04-16 11:17:42 +02:00
committed by GitHub
parent be6728884d
commit f9d30e34fa

View File

@@ -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 ];
# ... # ...
}; };