all repos — searchix @ 319b79cd7d72c6a49137ef50fa06e807e7a89c2b

Search engine for NixOS, nix-darwin, home-manager and NUR users

build: fix `prepare` task not working after flake migration

Alan Pearce
commit

319b79cd7d72c6a49137ef50fa06e807e7a89c2b

parent

9c790c1c620e46ca8d2cf49c50951635621e9a7d

1 file changed, 1 insertion(+), 0 deletions(-)

changed files
M flake.nixflake.nix
@@ -42,6 +42,7 @@ # This has no effect on other platforms.
callPackage = pkgs.darwin.apple_sdk_11_0.callPackage or pkgs.callPackage; in rec { + packages.css = "${simple-css}"; packages.default = callPackage ./nix/package.nix { inherit (gomod2nix.legacyPackages.${system}) buildGoApplication; inherit self;