From c6593fdb393a585e631b9824e2bb3857ba2f90c6 Mon Sep 17 00:00:00 2001 From: lassulus Date: Mon, 19 Jun 2023 09:25:54 +0200 Subject: l krops: use correct json location --- lass/krops.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lass/krops.nix b/lass/krops.nix index 77164310..81c679c5 100644 --- a/lass/krops.nix +++ b/lass/krops.nix @@ -27,7 +27,7 @@ ''; } else { git = { - ref = (lib.importJSON ./nixpkgs.json).rev; + ref = (lib.importJSON ../krebs/nixpkgs.json).rev; url = https://github.com/NixOS/nixpkgs; shallow = true; }; -- cgit v1.2.3