From c20c9685aae51deeeef560d16bcf6e6039438b6c Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Wed, 30 Aug 2023 23:04:24 -0700 Subject: icat: a program to print images in the terminal. Thanks to WizardCoder for implementing the first version of this code. I had to clean it up quite a bit though. --- flake.lock | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 flake.lock (limited to 'flake.lock') diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..775df95 --- /dev/null +++ b/flake.lock @@ -0,0 +1,25 @@ +{ + "nodes": { + "nixpkgs": { + "locked": { + "lastModified": 1693355128, + "narHash": "sha256-+ZoAny3ZxLcfMaUoLVgL9Ywb/57wP+EtsdNGuXUJrwg=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "a63a64b593dcf2fe05f7c5d666eb395950f36bc9", + "type": "github" + }, + "original": { + "id": "nixpkgs", + "type": "indirect" + } + }, + "root": { + "inputs": { + "nixpkgs": "nixpkgs" + } + } + }, + "root": "root", + "version": 7 +} -- cgit v1.3.1