mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 08:00:06 +01:00
fix: README typo rev -> ref (#70)
This commit is contained in:
parent
a04066c455
commit
d6ddf1b4e8
1 changed files with 1 additions and 1 deletions
|
|
@ -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, ... }: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue