Skip to content

Commit 08c7ad4

Browse files
authored
README: remove simple-flake branch from example (#14)
code is now in master.
1 parent 5021eac commit 08c7ad4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Here is how it looks like in practice:
143143
{
144144
description = "Flake utils demo";
145145
146-
inputs.flake-utils.url = "github:numtide/flake-utils/simple-flake";
146+
inputs.flake-utils.url = "github:numtide/flake-utils";
147147
148148
outputs = { self, nixpkgs, flake-utils }:
149149
flake-utils.lib.simpleFlake {

0 commit comments

Comments
 (0)