1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-03 09:04:12 +02:00

flake reorg

This commit is contained in:
Robin Appelman 2025-02-19 16:24:13 +01:00
commit c28a81a661
9 changed files with 84 additions and 164 deletions

3
nix/overlay.nix Normal file
View file

@ -0,0 +1,3 @@
final: prev: {
haze = final.callPackage ./package.nix {};
}