This commit is contained in:
Michael 2024-02-18 17:40:19 +00:00
parent cdc56b4597
commit eb06836099

View File

@ -3,7 +3,7 @@ let
pkgs = import nixpkgs {
inherit system;
overlays = [
import ./overlay.nix;
import ./overlay.nix
];
};
in {