From c1e4ffd28e2478fd81e76a3719d75e428b2e254c Mon Sep 17 00:00:00 2001 From: Zaunei Date: Tue, 25 Jun 2024 12:41:55 +0200 Subject: [PATCH] fix: README typo rev -> ref --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 015ef0c..3186925 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Or, if you're not using flakes, a `default.nix` file (build with `nix-build`): ```nix { kubenix ? import (builtins.fetchGit { url = "https://github.com/hall/kubenix.git"; - rev = "main"; + ref = "main"; }) }: (kubenix.evalModules.x86_64-linux { module = { kubenix, ... }: {