fuck overlay again

This commit is contained in:
2026-03-09 14:58:05 +00:00
parent 00049f29e9
commit 5f4b230067
-9
View File
@@ -1,9 +0,0 @@
{ inputs, ... }: {
flake.nixosModules.overlay = { pkgs, ... }: {
nixpkgs.overlays = [
(final: prev: {
helium = pkgs.callPackage ../pkgs/helium.nix { };
})
];
};
}