dev: nix environment

This commit is contained in:
2026-09-03 20:12:49 +00:00
parent e6c9e65417
commit f063db3568
7 changed files with 1356 additions and 45 deletions
+10
View File
@@ -0,0 +1,10 @@
{ self, flake, inputs }:
let
overlays = with inputs; [
hearth.overlays.default
(import rust-overlay)
];
in {
nixpkgs-lib = inputs.nixpkgs.lib;
composedOverlays = overlays;
}