From f9d30e34fa4ccb2797c6becec37e8bcff6585d39 Mon Sep 17 00:00:00 2001 From: Jost Alemann <58050402+ddogfoodd@users.noreply.github.com> Date: Tue, 16 Apr 2024 11:17:42 +0200 Subject: [PATCH] fix: code snippet in README (#143) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d514941..191a63a 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ You can use the flake: nixosConfigurations.HOSTNAME = nixpkgs.lib.nixosSystem { # ... - environment.packages = [ anyrun.packages.${system}.anyrun ]; + environment.systemPackages = [ anyrun.packages.${system}.anyrun ]; # ... };