From eed2d9f615763fdcc0e0fbcd204b8c489f8ba4a9 Mon Sep 17 00:00:00 2001 From: Jamie Magee Date: Thu, 18 Feb 2021 14:56:48 -0800 Subject: Convert to flakes; build tarball with GitHub Actions --- 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..4a686ed --- /dev/null +++ b/flake.lock @@ -0,0 +1,26 @@ +{ + "nodes": { + "nixpkgs": { + "locked": { + "lastModified": 1610124236, + "narHash": "sha256-jLUcft5MxVuYL0gQIgS55cPLdF2R7p736zpXecZNLes=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "0cfd08f4881bbfdaa57e68835b923d4290588d98", + "type": "github" + }, + "original": { + "id": "nixpkgs", + "ref": "nixos-20.09", + "type": "indirect" + } + }, + "root": { + "inputs": { + "nixpkgs": "nixpkgs" + } + } + }, + "root": "root", + "version": 7 +} -- cgit v1.2.3