aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authornotgne22020-11-07 11:56:22 -0700
committernotgne22020-11-07 11:56:22 -0700
commit6ff3994dbb9b44a919ded00882db9b57f92fe228 (patch)
treefe120101c0793850c1fa79331c65049782804bd3 /flake.nix
parent3cfc12a2ca5e7d5f6a9c64ddfda025d7599ec8d8 (diff)
Greatly expand documentation
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 597092c..81a639e 100644
--- a/flake.nix
+++ b/flake.nix
@@ -57,7 +57,7 @@
checks = {
schema = deploy: pkgs.runCommandNoCC "jsonschema-deploy-system" { } ''
- ${pkgs.python3.pkgs.jsonschema}/bin/jsonschema -i ${pkgs.writeText "deploy.json" (builtins.toJSON deploy)} ${./interface/deploy.json} && touch $out
+ ${pkgs.python3.pkgs.jsonschema}/bin/jsonschema -i ${pkgs.writeText "deploy.json" (builtins.toJSON deploy)} ${./interface.json} && touch $out
'';
activate = deploy: