about summary refs log tree commit diff stats
path: root/flake.nix
diff options
context:
space:
mode:
authorAlan Pearce2024-05-20 23:12:08 +0200
committerAlan Pearce2024-05-20 23:12:08 +0200
commit319b79cd7d72c6a49137ef50fa06e807e7a89c2b (patch)
treec3ada2aed0c3bbf47bcbd59168989600c02c66aa /flake.nix
parent9c790c1c620e46ca8d2cf49c50951635621e9a7d (diff)
downloadsearchix-319b79cd7d72c6a49137ef50fa06e807e7a89c2b.tar.lz
searchix-319b79cd7d72c6a49137ef50fa06e807e7a89c2b.tar.zst
searchix-319b79cd7d72c6a49137ef50fa06e807e7a89c2b.zip
build: fix `prepare` task not working after flake migration
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index c0df6bf..87b1643 100644
--- a/flake.nix
+++ b/flake.nix
@@ -42,6 +42,7 @@
           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;