summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-10-15 04:57:59 +0000
committerLars Wirzenius <liw@liw.fi>2023-10-15 04:57:59 +0000
commit11f4761f0ea066fe9c80d527472af8d7c0e98056 (patch)
tree40d095ebf7a4b57fb09147122b489cbf8c9a6977
parentdc61ff8bbf2f7d41256fe09b3524dbe1c8561725 (diff)
parent3f1f134220cf639f3b5b5e4225e41b0fa17d8701 (diff)
downloadsubplot-11f4761f0ea066fe9c80d527472af8d7c0e98056.tar.gz
Merge branch 'nix-chores' into 'main'
chore: Update flake.nix and flake.lock with html-tidy etc. See merge request subplot/subplot!358
-rw-r--r--flake.lock14
-rw-r--r--flake.nix1
2 files changed, 8 insertions, 7 deletions
diff --git a/flake.lock b/flake.lock
index 50e75c1..6e546c6 100644
--- a/flake.lock
+++ b/flake.lock
@@ -5,11 +5,11 @@
"systems": "systems"
},
"locked": {
- "lastModified": 1685518550,
- "narHash": "sha256-o2d0KcvaXzTrPRIo0kOLV0/QXHhDQ5DTi+OxcjO8xqY=",
+ "lastModified": 1694529238,
+ "narHash": "sha256-zsNZZGTGnMOf9YpHKJqMSsa0dXbfmxeoJ7xHlrt+xmY=",
"owner": "numtide",
"repo": "flake-utils",
- "rev": "a1720a10a6cfe8234c0e93907ffe81be440f4cef",
+ "rev": "ff7b65b44d01cf9ba6a71320833626af21126384",
"type": "github"
},
"original": {
@@ -20,10 +20,10 @@
},
"nixpkgs": {
"locked": {
- "lastModified": 1685383865,
- "narHash": "sha256-3uQytfnotO6QJv3r04ajSXbEFMII0dUtw0uqYlZ4dbk=",
- "path": "/nix/store/ry6yyi3v01cpjak7spmmjrbk6hmd4zcq-source",
- "rev": "5e871d8aa6f57cc8e0dc087d1c5013f6e212b4ce",
+ "lastModified": 1694767346,
+ "narHash": "sha256-5uH27SiVFUwsTsqC5rs3kS7pBoNhtoy9QfTP9BmknGk=",
+ "path": "/nix/store/6s86padm2iikrwhlq8nwfv0lw9d1sbvq-source",
+ "rev": "ace5093e36ab1e95cb9463863491bee90d5a4183",
"type": "path"
},
"original": {
diff --git a/flake.nix b/flake.nix
index 29c7d08..b8c244f 100644
--- a/flake.nix
+++ b/flake.nix
@@ -27,6 +27,7 @@
librsvg
(python3.withPackages test-python-packages)
black
+ html-tidy
];
SUBPLOT_DOT_PATH = "${pkgs.graphviz}/bin/dot";
SUBPLOT_JAVA_PATH = "${pkgs.jre}/bin/java";