fix: typo

This commit is contained in:
Oskar Manhart 2024-10-05 09:55:56 +02:00 committed by GitHub
parent d248abcc64
commit e8dc55a83a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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";
};
};