Skip to content

Commit 1e7a819

Browse files
authored
Merge pull request #1 from sdsc-ordes/fix/update-nix-devenv
2 parents f4df4d2 + 03ec901 commit 1e7a819

4 files changed

Lines changed: 22 additions & 171 deletions

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@ Describe the installation instruction here.
2323

2424
## Usage
2525

26-
This tool aims to provide a generic and easy way of converting knowledge graphs with many strings to a knowledge graph using many "things"/ IRI's as values. The reverse can also be achieved. Both cases are based on an ontology containing enumeration values with labels.
26+
This tool aims to provide a generic and easy way of converting knowledge graphs
27+
with many strings to a knowledge graph using many "things"/ IRI's as values. The
28+
reverse can also be achieved. Both cases are based on an ontology containing
29+
enumeration values with labels.
2730

2831
## Development
2932

src/strings2things/cli.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import os
22
import glob
3-
import argparse
43
import rdflib
54
from strings2things.config import args
65
from strings2things.queries import strings_to_things_query, things_to_strings_query

tools/nix/flake.lock

Lines changed: 18 additions & 161 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/nix/flake.nix

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,6 @@
1717
# Nixpkgs repository.
1818
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
1919

20-
# Nixpkgs repository on stable.
21-
nixpkgsStable.url = "github:nixos/nixpkgs/nixos-24.11";
22-
23-
nix = {
24-
url = "github:nixos/nix";
25-
inputs.nixpkgs.follows = "nixpkgs";
26-
};
27-
2820
# Format the repo with nix-treefmt.
2921
treefmt-nix = {
3022
url = "github:numtide/treefmt-nix";

0 commit comments

Comments
 (0)