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, ... }: {