Corrected install instructions for flake.nix

This commit is contained in:
Pablo Bollansée 2023-01-24 10:41:57 +00:00 committed by GitHub
parent 3448bebcf1
commit b644f63acb
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 ``` nix
{ {
inputs = { inputs = {
feedback.url = "github:NorfairKing/feedback?ref=flake"; feedback.url = "github:NorfairKing/feedback";
}; };
outputs = { nixpkgs, feedback, ... }: outputs = { nixpkgs, feedback, ... }:
let system = "x86_64-linux"; let system = "x86_64-linux";