diff options
author | Alan Pearce | 2024-05-25 02:20:24 +0200 |
---|---|---|
committer | Alan Pearce | 2024-05-25 02:20:24 +0200 |
commit | 4c4b980bff860dda725253438b499245338161df (patch) | |
tree | 3911cc0a642818c91a24e0fa1fce78315fc2435d /flake.nix | |
parent | e9eed3ddc4229db707cccb30beddde15044eff16 (diff) | |
download | searchix-4c4b980bff860dda725253438b499245338161df.tar.lz searchix-4c4b980bff860dda725253438b499245338161df.tar.zst searchix-4c4b980bff860dda725253438b499245338161df.zip |
build: enable non-flake import
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
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: |