Skip to content

Commit

Permalink
fix: the quickstart guide (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
blaggacao committed Jul 29, 2022
1 parent dd3c333 commit 3a5cb34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/quick_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Add Nixago as an input to your `flake.nix`:
{
inputs = {
# ...
nixpkgs.url = "github:nixos/nixpkgs";
nixago.url = "github:jmgilman/nixago";
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
nixago.url = "github:nix-community/nixago";
nixago.inputs.nixpkgs.follows = "nixpkgs";
# ...
};
Expand Down

0 comments on commit 3a5cb34

Please sign in to comment.