From a80df3e4a66a0a36df5c1b78b94c8835ff82e366 Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Fri, 1 Sep 2023 13:01:59 -0700 Subject: Remove external dependencies. Now the only dependency is go itself, so there's no need for a complex build system. --- flake.lock | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 flake.lock (limited to 'flake.lock') diff --git a/flake.lock b/flake.lock deleted file mode 100644 index a928af0..0000000 --- a/flake.lock +++ /dev/null @@ -1,25 +0,0 @@ -{ - "nodes": { - "nixpkgs": { - "locked": { - "lastModified": 1693145325, - "narHash": "sha256-Gat9xskErH1zOcLjYMhSDBo0JTBZKfGS0xJlIRnj6Rc=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "cddebdb60de376c1bdb7a4e6ee3d98355453fe56", - "type": "github" - }, - "original": { - "id": "nixpkgs", - "type": "indirect" - } - }, - "root": { - "inputs": { - "nixpkgs": "nixpkgs" - } - } - }, - "root": "root", - "version": 7 -} -- cgit v1.3.1