mirror of
https://github.com/NorfairKing/feedback.git
synced 2024-11-22 21:19:52 +03:00
Corrected install instructions for flake.nix
This commit is contained in:
parent
3448bebcf1
commit
b644f63acb
@ -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";
|
||||||
|
Loading…
Reference in New Issue
Block a user