Skip to content

Commit

Permalink
fix: README typo rev -> ref
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaunei authored Jun 25, 2024
1 parent a04066c commit c1e4ffd
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 @@ -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, ... }: {
Expand Down

0 comments on commit c1e4ffd

Please sign in to comment.