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

2 files changed, 2 insertions(+), 1 deletion(-)

jump to
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;
M justfilejustfile
@@ -2,7 +2,7 @@ default:
@just --list --justfile {{ justfile() }} --unsorted prepare: - ln -sf $(nix-build --no-out-link -A css) frontend/static/base.css + nix build .#css -o frontend/static/base.css checkformat: gofmt -d .