build: fix `prepare` task not working after flake migration
1 file changed, 1 insertion(+), 0 deletions(-)
changed files
M flake.nix → flake.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;