diff options
| author | Jamie Magee <JamieMagee@users.noreply.github.com> | 2021-02-18 14:56:48 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-18 23:56:48 +0100 |
| commit | eed2d9f615763fdcc0e0fbcd204b8c489f8ba4a9 (patch) | |
| tree | f3889ba5ffa94d57d38562126336e862ee223082 /flake.lock | |
| parent | 1c13caed8ac906de6de8e7726e674cd72316e7e3 (diff) | |
Convert to flakes; build tarball with GitHub Actions
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 26 |
1 files changed, 26 insertions, 0 deletions
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 +} |
