mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-11-23 09:04:37 +03:00
fix: use correct specifications path
This commit is contained in:
parent
aae9c587eb
commit
08543bba94
@ -196,8 +196,8 @@
|
||||
${python3.pkgs.jsonschema}/bin/jsonschema \
|
||||
--instance $dreamLockPath \
|
||||
--output pretty \
|
||||
--base-uri file:${../specifications}/ \
|
||||
${../specifications}/dream-lock-schema.json
|
||||
--base-uri file:${../../specifications}/ \
|
||||
${../../specifications}/dream-lock-schema.json
|
||||
|
||||
# add dream-lock.json to git
|
||||
if git rev-parse --show-toplevel &>/dev/null; then
|
||||
|
@ -1,14 +1,14 @@
|
||||
{
|
||||
lib,
|
||||
pkgs,
|
||||
utils,
|
||||
framework,
|
||||
self,
|
||||
...
|
||||
}: let
|
||||
l = lib // builtins;
|
||||
specificationsDir = ../../../../src/specifications;
|
||||
in
|
||||
utils.writePureShellScript
|
||||
framework.utils.writePureShellScript
|
||||
(with pkgs; [
|
||||
coreutils
|
||||
nix
|
||||
|
Loading…
Reference in New Issue
Block a user