From e8dc55a83abd3eb6b275990fb19bdb589b6ce13d Mon Sep 17 00:00:00 2001 From: Oskar Manhart <52569953+oskardotglobal@users.noreply.github.com> Date: Sat, 5 Oct 2024 09:55:56 +0200 Subject: [PATCH] fix: typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7cf336b..1c98086 100644 --- a/README.md +++ b/README.md @@ -494,7 +494,7 @@ nix profile install github:winapps-org/winapps#winapps-launcher # optional nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; winapps = { - url = ""github:winapps-org/winapps; + url = "github:winapps-org/winapps"; inputs.nixpkgs.follows = "nixpkgs"; }; };