Skip to content

Commit

Permalink
README: remove simple-flake branch from example (#14)
Browse files Browse the repository at this point in the history
code is now in master.
  • Loading branch information
Mic92 authored Dec 29, 2020
1 parent 5021eac commit 08c7ad4
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 @@ -143,7 +143,7 @@ Here is how it looks like in practice:
{
description = "Flake utils demo";
inputs.flake-utils.url = "github:numtide/flake-utils/simple-flake";
inputs.flake-utils.url = "github:numtide/flake-utils";
outputs = { self, nixpkgs, flake-utils }:
flake-utils.lib.simpleFlake {
Expand Down

0 comments on commit 08c7ad4

Please sign in to comment.