about summary refs log tree commit diff stats
path: root/flake.nix
diff options
context:
space:
mode:
authorAlan Pearce2024-05-25 02:20:24 +0200
committerAlan Pearce2024-05-25 02:20:24 +0200
commit4c4b980bff860dda725253438b499245338161df (patch)
tree3911cc0a642818c91a24e0fa1fce78315fc2435d /flake.nix
parente9eed3ddc4229db707cccb30beddde15044eff16 (diff)
downloadsearchix-4c4b980bff860dda725253438b499245338161df.tar.lz
searchix-4c4b980bff860dda725253438b499245338161df.tar.zst
searchix-4c4b980bff860dda725253438b499245338161df.zip
build: enable non-flake import
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index eb9c560..c3b99bd 100644
--- a/flake.nix
+++ b/flake.nix
@@ -24,7 +24,7 @@
   outputs = { self, nixpkgs, flake-utils, gomod2nix, pre-commit-hooks, simple-css }:
     {
       nixosModules = {
-        web = import ./nix/modules self;
+        web = import ./nix/modules;
       };
     } // (flake-utils.lib.eachDefaultSystem
       (system: