Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Commit

Permalink
Fix link 2
Browse files Browse the repository at this point in the history
Co-authored-by: Cole Helbling <[email protected]>
  • Loading branch information
lucperkins and cole-h authored May 3, 2024
1 parent 39c59a8 commit 279be79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Here's an example:
{
inputs = {
nixpkgs.url = "https://flakehub.com/f/NixOS/nixpkgs/0.2311.*.tar.gz";
nuenv.url = "https://:flakehub.com/f/DeterminateSystems/nuenv/*.tar.gz";
nuenv.url = "https://flakehub.com/f/DeterminateSystems/nuenv/*.tar.gz";
};
outputs = { self, nixpkgs, nuenv }: let
Expand Down

0 comments on commit 279be79

Please sign in to comment.