README: remove simple-flake branch from example (#14)

code is now in master.
This commit is contained in:
Jörg Thalheim 2020-12-29 12:59:39 +00:00 committed by GitHub
parent 5021eac203
commit 08c7ad4a08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {