Fetch flake once, use store path for later calls

This commit is contained in:
2024-04-07 19:48:27 +02:00
parent ce4221f4bb
commit 221052d846
2 changed files with 6 additions and 3 deletions

View File

@@ -12,6 +12,7 @@
name = "bij";
text = builtins.readFile ./bij.sh;
runtimeInputs = with pkgs; [
jq
];
};
default = bij;