summaryrefslogtreecommitdiffstats
path: root/flake.lock
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2023-09-01 13:01:59 -0700
committerRose Hogenson <rosehogenson@posteo.net>2023-09-01 13:01:59 -0700
commita80df3e4a66a0a36df5c1b78b94c8835ff82e366 (patch)
tree18579cc0c438eee76574ba6ebe4ac5a6e76bdff7 /flake.lock
parentUse float64 instead of big.Rat. (diff)
downloadmandelbrot-a80df3e4a66a0a36df5c1b78b94c8835ff82e366.tar.zst
Remove external dependencies.
Now the only dependency is go itself, so there's no need for a complex build system.
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock25
1 files changed, 0 insertions, 25 deletions
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
-}