From 8dfff0655a2f93cc540bbaf7b88fb820431ecd02 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Fri, 7 Jun 2024 22:05:55 +0530 Subject: src/jobs: init implement data structures and json unmarshalling --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 7d5416c..33f3798 100644 --- a/flake.nix +++ b/flake.nix @@ -19,6 +19,7 @@ name = "dev"; buildInputs = with pkgs; [ + jq cjson nix-eval-jobs @@ -51,6 +52,7 @@ ]; buildInputs = with pkgs; [ cjson + nix-eval-jobs ]; postInstall = '' -- cgit v1.2.3