about summary refs log tree commit diff stats
path: root/nix/package.nix
diff options
context:
space:
mode:
authorAlan Pearce2024-05-12 23:24:03 +0200
committerAlan Pearce2024-05-13 00:46:18 +0200
commitad064dfb954a815f1e5175ab42033fc9e1fb6d02 (patch)
tree919fe8c9462acc9b663e556dc85c116035e9cee1 /nix/package.nix
parent895a3b061bb4717955ffbceab3bf3c6ecebacd70 (diff)
downloadsearchix-ad064dfb954a815f1e5175ab42033fc9e1fb6d02.tar.lz
searchix-ad064dfb954a815f1e5175ab42033fc9e1fb6d02.tar.zst
searchix-ad064dfb954a815f1e5175ab42033fc9e1fb6d02.zip
build: export nixos module and overlay
Diffstat (limited to 'nix/package.nix')
-rw-r--r--nix/package.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/package.nix b/nix/package.nix
index 6c942b0..ffb0a16 100644
--- a/nix/package.nix
+++ b/nix/package.nix
@@ -1,7 +1,7 @@
 { pkgs ? (
     let
       inherit (builtins) fetchTree fromJSON readFile;
-      inherit ((fromJSON (readFile ./flake.lock)).nodes) nixpkgs gomod2nix;
+      inherit ((fromJSON (readFile ../flake.lock)).nodes) nixpkgs gomod2nix;
     in
     import (fetchTree nixpkgs.locked) {
       overlays = [