summaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorSharad Vikram <sharad.vikram@gmail.com>2022-02-08 21:20:28 -0800
committerAdam Paszke <adam.paszke@gmail.com>2022-02-11 13:19:05 +0100
commitc499dd0944f889f6bdb4ecbf8b77cd9779dd10d4 (patch)
treeb95e9deab5e5061c487c7cedc0e6d2e89f8688a6 /flake.lock
parenta0b506724c85e7b0b0bef625eea9d4df4a9069cf (diff)
Enable building Dex with Nix
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock59
1 files changed, 59 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock
new file mode 100644
index 00000000..c57af1e7
--- /dev/null
+++ b/flake.lock
@@ -0,0 +1,59 @@
+{
+ "nodes": {
+ "flake-utils": {
+ "locked": {
+ "lastModified": 1644229661,
+ "narHash": "sha256-1YdnJAsNy69bpcjuoKdOYQX0YxZBiCYZo4Twxerqv7k=",
+ "owner": "numtide",
+ "repo": "flake-utils",
+ "rev": "3cecb5b042f7f209c56ffd8371b2711a290ec797",
+ "type": "github"
+ },
+ "original": {
+ "owner": "numtide",
+ "repo": "flake-utils",
+ "type": "github"
+ }
+ },
+ "llvm-hs-src": {
+ "flake": false,
+ "locked": {
+ "lastModified": 1644009200,
+ "narHash": "sha256-IG4Mh89bY+PtBJtzlXKYsPljfHP7OSQk03pV6fSmdRY=",
+ "owner": "llvm-hs",
+ "repo": "llvm-hs",
+ "rev": "eda85a2bbe362a0b89df5adce0cb65e4e755eac5",
+ "type": "github"
+ },
+ "original": {
+ "owner": "llvm-hs",
+ "ref": "llvm-12",
+ "repo": "llvm-hs",
+ "type": "github"
+ }
+ },
+ "nixpkgs": {
+ "locked": {
+ "lastModified": 1644151317,
+ "narHash": "sha256-TpXGBYCFKvEN7Q+To45rn4kqTbLPY4f56rF6ymUGGRE=",
+ "owner": "NixOS",
+ "repo": "nixpkgs",
+ "rev": "942b0817e898262cc6e3f0a5f706ce09d8f749f1",
+ "type": "github"
+ },
+ "original": {
+ "id": "nixpkgs",
+ "type": "indirect"
+ }
+ },
+ "root": {
+ "inputs": {
+ "flake-utils": "flake-utils",
+ "llvm-hs-src": "llvm-hs-src",
+ "nixpkgs": "nixpkgs"
+ }
+ }
+ },
+ "root": "root",
+ "version": 7
+}