From dda29ca7685d360d5428dd827d11a9e4139a0872 Mon Sep 17 00:00:00 2001 From: Justin Bedo Date: Thu, 6 Oct 2022 10:21:34 +1100 Subject: init --- common/flake.lock | 58 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100755 common/flake.lock (limited to 'common/flake.lock') diff --git a/common/flake.lock b/common/flake.lock new file mode 100755 index 0000000..77cb71a --- /dev/null +++ b/common/flake.lock @@ -0,0 +1,58 @@ +{ + "nodes": { + "bionix": { + "locked": { + "lastModified": 1664157112, + "narHash": "sha256-llJ4nRFxMhpy+tEywH1qzwcQjIQu5DCs6z2sIgel31w=", + "owner": "papenfusslab", + "repo": "bionix", + "rev": "81cfa50e6b345942951b68eac0e184ea025f2ae4", + "type": "github" + }, + "original": { + "owner": "papenfusslab", + "repo": "bionix", + "type": "github" + } + }, + "flake-utils": { + "locked": { + "lastModified": 1659877975, + "narHash": "sha256-zllb8aq3YO3h8B/U0/J1WBgAL8EX5yWf5pMj3G0NAmc=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "c0e246b9b83f637f4681389ecabcb2681b4f3af0", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "nixpkgs": { + "locked": { + "lastModified": 1665010605, + "narHash": "sha256-e2ysiL/iQndCRSPfilXrMA1bKG28DzXxhO4W0ZgQtos=", + "owner": "nixos", + "repo": "nixpkgs", + "rev": "8e2d88af1ab3563cee80ecf2add3f933fdfb4fa3", + "type": "github" + }, + "original": { + "owner": "nixos", + "repo": "nixpkgs", + "type": "github" + } + }, + "root": { + "inputs": { + "bionix": "bionix", + "flake-utils": "flake-utils", + "nixpkgs": "nixpkgs" + } + } + }, + "root": "root", + "version": 7 +} -- cgit v1.2.3