sdsc-ordes / tripsu

Pseudonymize rdf graphs for privacy protection.
Apache License 2.0
4 stars 0 forks source link

fix: correct some strange Nix path expressions #53

Open gabyx opened 2 months ago

gabyx commented 2 months ago

Proposed Changes

Correct some strange path expressions. In flake.nix, all paths are directly converted to store paths: rootDir = ./../.. will be a store path (check with rootDir = builtins.trace ./../.. ./../..) The before syntax assumed that can be worked around which is wrong.

Types of Changes

What types of changes does your code introduce? Put an x in the boxes that apply

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.

Further Comments