diff options
| author | s-ol <s+removethis@s-ol.nu> | 2021-05-01 21:26:57 +0000 |
|---|---|---|
| committer | s-ol <s+removethis@s-ol.nu> | 2021-05-01 21:26:57 +0000 |
| commit | b9d51ab966f2eb53afa59c895c1bd32e63c5a497 (patch) | |
| tree | f8e034f3ad2ddee0a1b7559beb302a26d9e49907 /flake.lock | |
| parent | add basic love2d support (diff) | |
| download | alive-b9d51ab966f2eb53afa59c895c1bd32e63c5a497.tar.gz alive-b9d51ab966f2eb53afa59c895c1bd32e63c5a497.zip | |
use flake.nix instead of shell.nix
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..ee1e911 --- /dev/null +++ b/flake.lock @@ -0,0 +1,43 @@ +{ + "nodes": { + "flake-utils": { + "locked": { + "lastModified": 1619345332, + "narHash": "sha256-qHnQkEp1uklKTpx3MvKtY6xzgcqXDsz5nLilbbuL+3A=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "2ebf2558e5bf978c7fb8ea927dfaed8fefab2e28", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "nixpkgs": { + "locked": { + "lastModified": 1619792299, + "narHash": "sha256-hpg6wU0QLcNXj5/Nj8NT4p97R9SUGR8RBwjYNsMSKng=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "be58d0fbaa401922a090735edfc08442aed69b47", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixos-20.09", + "repo": "nixpkgs", + "type": "github" + } + }, + "root": { + "inputs": { + "flake-utils": "flake-utils", + "nixpkgs": "nixpkgs" + } + } + }, + "root": "root", + "version": 7 +} |
