From 0ff35842087b3b16e7e41caa6f794151b47f304a Mon Sep 17 00:00:00 2001 From: seth Date: Fri, 8 Nov 2024 20:47:25 -0500 Subject: Clean up Nix Flake and packaging (#24) * refactor(nix): split package.nix from flake.nix * chore(nix): split checks; add more * ci: run all nix checks * ci: build in debug mode * chore(nix): use versionCheckHook this makes sure the version test is always run, and on the right package * chore(nix): nix-filter -> lib.fileset * feat(nix): support stable nix * ci: fix clippy check --- overlay.nix | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 overlay.nix (limited to 'overlay.nix') diff --git a/overlay.nix b/overlay.nix new file mode 100644 index 0000000..8bdda9d --- /dev/null +++ b/overlay.nix @@ -0,0 +1,3 @@ +final: _: { + nix-forecast = final.callPackage ./nix/package.nix { }; +} -- cgit v1.2.3