diff options
author | notgne2 | 2020-11-07 11:56:22 -0700 |
---|---|---|
committer | notgne2 | 2020-11-07 11:56:22 -0700 |
commit | 6ff3994dbb9b44a919ded00882db9b57f92fe228 (patch) | |
tree | fe120101c0793850c1fa79331c65049782804bd3 /flake.nix | |
parent | 3cfc12a2ca5e7d5f6a9c64ddfda025d7599ec8d8 (diff) |
Greatly expand documentation
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |