Merge pull request #23 from TheOddler/patch-1

Corrected install instructions for flake.nix
This commit is contained in:
Tom Sydney Kerckhove 2023-01-24 15:08:47 +01:00 committed by GitHub
commit 2a9b01b677
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,7 +56,7 @@ Add this to your system flake:
``` nix
{
inputs = {
feedback.url = "github:NorfairKing/feedback?ref=flake";
feedback.url = "github:NorfairKing/feedback";
};
outputs = { nixpkgs, feedback, ... }:
let system = "x86_64-linux";