Commit graph

4 commits

Author SHA1 Message Date
seth
a8d6a2b8d7
nix: use self'.packages as a default in module
this allows for the module to always work when only importing it from
the flake. if you want to make sure you aren't duplicating nixpkgs
inputs, the `nixpkgs` input of this flake should be overriden, or
`services.refraction.package` should be set to an overlayed version of
refraction (i.e., `pkgs.refraction` after setting `nixpkgs.overlays =
[ inputs.refraction.overlays.default ]`)
2024-03-31 20:01:48 -04:00
seth
5cfb079e35
nix: improve RUSTFLAGS + add overlay 2024-03-31 19:56:13 -04:00
seth
9f8233709b
nix: use correct env var for redis url 2024-03-27 19:08:43 -04:00
seth
3c4cf67bbf
nix: naersk/fenix -> rustPlatform/rust-overlay 2024-03-24 15:08:45 -04:00