summaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorJustin Bedo <cu@cua0.org>2023-08-02 14:38:45 +1000
committerJustin Bedo <cu@cua0.org>2023-08-02 14:38:45 +1000
commit172f54474f3e92ad4df5c193a8605d4333da33e1 (patch)
treeb034412aab396b5865f4c80aface622b1919ccef /flake.lock
initial fastq streaming
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock26
1 files changed, 26 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock
new file mode 100644
index 0000000..8fb24ce
--- /dev/null
+++ b/flake.lock
@@ -0,0 +1,26 @@
+{
+ "nodes": {
+ "nixpkgs": {
+ "locked": {
+ "lastModified": 1690875999,
+ "narHash": "sha256-JCkJfcZL1qs24L+Fv6OyFW4wTE6+NCg9I8nDf6npP+A=",
+ "owner": "nixos",
+ "repo": "nixpkgs",
+ "rev": "356c6dcdf37cfb4162f534e5dcabadddbfbd6bfa",
+ "type": "github"
+ },
+ "original": {
+ "owner": "nixos",
+ "repo": "nixpkgs",
+ "type": "github"
+ }
+ },
+ "root": {
+ "inputs": {
+ "nixpkgs": "nixpkgs"
+ }
+ }
+ },
+ "root": "root",
+ "version": 7
+}