mirror of
https://git.sr.ht/~goorzhel/turboprop
synced 2024-12-14 11:37:37 +00:00
Reflow comments
I try to insert line breaks where a thought fragment ends (a habit learnt from writing subtitles), but in comments and Git commit messages it doesn't make as much sense.
This commit is contained in:
parent
5fb1556904
commit
e8016e5bc5
1 changed files with 6 additions and 7 deletions
13
flake.nix
13
flake.nix
|
@ -29,9 +29,9 @@
|
|||
rake = import ./lib/rake.nix;
|
||||
in
|
||||
{
|
||||
# Releases expected to provide custom APIs
|
||||
# (e.g.: Gateway API, Istio, Longhorn)
|
||||
# go in `./system`. All others in `./releases`.
|
||||
# Releases expected to provide custom APIs (e.g.: Gateway API,
|
||||
# Istio, Longhorn) go in `./system`. All others in `./releases`.
|
||||
# This prevents infinite recursion when gathering APIs.
|
||||
systemReleaseData = rake.leaves ./system;
|
||||
releaseData = rake.leaves ./releases;
|
||||
|
||||
|
@ -50,8 +50,7 @@
|
|||
kubeVersion = pkgs.k3s.version;
|
||||
kubelib = nix-kube-generators.lib {inherit pkgs;};
|
||||
|
||||
# When I move lib/eureka to a separate flake
|
||||
# this'll look something like:
|
||||
# When I move lib/eureka to a separate flake this'll look something like:
|
||||
# lib = import ./lib {...} // {eureka = import ./eureka {...};}
|
||||
lib = import ./lib {inherit charts kubelib pkgs;};
|
||||
|
||||
|
@ -89,8 +88,8 @@
|
|||
|
||||
# Each of the leaves of the `releases` and `extras` attrsets
|
||||
# is a derivation (explained better in `lib/flake-builders.nix`).
|
||||
# Here, they are gathered into one mega-derivation, with
|
||||
# Kustomizations at each level for usage with `kubectl apply -k $path`.
|
||||
# Here, they are gathered into one mega-derivation, with Kustomizations
|
||||
# at each level for usage with `k apply -k $path`.
|
||||
default = let
|
||||
pname = "kubeflake"; # TODO: find better name
|
||||
in
|
||||
|
|
Loading…
Reference in a new issue