From 83d02e27ac3a4b87761fa9bd79520aa3161b8b91 Mon Sep 17 00:00:00 2001 From: Justin Bedo Date: Thu, 10 Oct 2024 09:52:43 +1100 Subject: initial prototype --- flake.lock | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 flake.lock (limited to 'flake.lock') diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..5426671 --- /dev/null +++ b/flake.lock @@ -0,0 +1,26 @@ +{ + "nodes": { + "nixpkgs": { + "locked": { + "lastModified": 1728512251, + "narHash": "sha256-VLFbv8u9CJGe3c0/MsKbG/JPU4mP1/uiDl4ttMMx5Oc=", + "owner": "nixos", + "repo": "nixpkgs", + "rev": "2792ebe30b4ef8d86b27891553a0a1160d69d11f", + "type": "github" + }, + "original": { + "owner": "nixos", + "repo": "nixpkgs", + "type": "github" + } + }, + "root": { + "inputs": { + "nixpkgs": "nixpkgs" + } + } + }, + "root": "root", + "version": 7 +} -- cgit v1.2.3