Drew Hess
Drew Hess
> intead of `"cliui": "^6.0.0",` it should say `"cliui": "file:///nix/store/xxxxxxxxxxxx-cliui-6.0.0.tgz",` Hmm, are you sure that's a good solution? @andir and I discovered that Nix store paths were being written into...
The Tailwind version string comes straight from the documentation here: https://tailwindcss.com/docs/guides/create-react-app It works fine with `nix-npm-buildpackage`.
> please try [47e3003](https://github.com/nix-community/npmlock2nix/commit/47e300362becca195b45247ce470d7f8cb42dc48) Closer, but still no cigar. It works fine with https://github.com/hackworthltd/react-nix-craco-public/commit/aff06f32d4befcca2a633c95a4295fec1f332d82 However, with the more complicated (private) repo I tested yesterday, it fails with this log: https://gist.github.com/dhess/084878f17db5859c0bf70f251e235731...
I guess there's no real harm in making the `package.json` and `package-lock.json` files from the project available to you, which would make this a lot easier, right? :) So here...
Thanks for your hard work on this! I think I'll continue using `nix-npm-buildpackage` for the time being, since it works without any workarounds required.
I have a library of useful Nix functions which includes, among other things, source filters that are useful for Haskell projects: https://github.com/quixoftic/nixpkgs-lib-quixoftic/blob/e79c73c3bf5673ce230d6ea253ad95249943909a/overlays/lib.nix#L69 Feel free to use the library — you...
Answering my own question, this seems to work: `gitops/argocd/argocd.yaml`: ```yaml apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: argocd namespace: argocd spec: destination: namespace: argocd server: https://kubernetes.default.svc project: default source: path: apps/argocd...
Thanks for testing it out. That's disappointing to hear that it doesn't work well on an M1 Max, which I'd been led to believe worked fine (per [this comment](https://github.com/AsahiLinux/docs/issues/21#issuecomment-1089854514)). Supposedly...
VMAuth is mostly working with the Cloudflare tunnel (pointing to the service, rather than the ingress), but it does expose the VMAuth proxy's `/metrics` endpoint to the tunnel, in addition...
I'm not using an ingress controller in the cluster, as I haven't needed one thanks to `cloudflare-operator`, but the VictoriaMetrics operator creates an ingress for the `VMAuth` service: ``` $...