From b9b2af5dae7787e5b7cccb1ee04089d04803155f Mon Sep 17 00:00:00 2001 From: wuyoli Date: Thu, 23 Mar 2023 23:57:54 +0100 Subject: [PATCH] add flake.lock --- flake.lock | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 flake.lock diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..64dd552 --- /dev/null +++ b/flake.lock @@ -0,0 +1,26 @@ +{ + "nodes": { + "official-templates": { + "locked": { + "lastModified": 1678524284, + "narHash": "sha256-3tk4RHKrIbz2tNVyW2WOrgZBe26jhfBiz7bzb7b8p5I=", + "owner": "NixOS", + "repo": "templates", + "rev": "0edaa0637331e9d8acca5c8ec67936a2c8b8749b", + "type": "github" + }, + "original": { + "owner": "NixOS", + "repo": "templates", + "type": "github" + } + }, + "root": { + "inputs": { + "official-templates": "official-templates" + } + } + }, + "root": "root", + "version": 7 +}