about summary refs log tree commit diff stats
path: root/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix7
1 files changed, 6 insertions, 1 deletions
diff --git a/default.nix b/default.nix
index 0697abc..bcd04db 100644
--- a/default.nix
+++ b/default.nix
@@ -8,7 +8,12 @@ in
       ];
     }
   )
-}: {
+}:
+{
+  css = pkgs.fetchurl {
+    inherit (sources.simple-css) url sha256;
+  };
+
   searchix = pkgs.buildGoApplication {
     pname = "searchix";
     version = "0.1";