rename build.nix to default.nix

This commit is contained in:
Chance 2025-03-25 00:54:34 -04:00 committed by BitSyndicate
parent 8ca8dfd370
commit 18e7eaf84e
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 443E4198D6BBA6DE
2 changed files with 1 additions and 1 deletions

View file

@ -19,7 +19,7 @@
}: }:
{ {
overlays.default = final: prev: { overlays.default = final: prev: {
zenyx = final.callPackage ./build.nix {}; zenyx = final.callPackage ./default.nix {};
}; };
} }
// utils.lib.eachDefaultSystem ( // utils.lib.eachDefaultSystem (