diff options
author | Can | 2024-12-11 21:46:50 +0100 |
---|---|---|
committer | GitHub | 2024-12-11 21:46:50 +0100 |
commit | 0740a71446abe5227ee44b56301806de3c31046d (patch) | |
tree | 0d46a4a8d27731f0b6fb6c5921ea01156bbe17b2 /flake.lock |
Initial commit
Diffstat (limited to 'flake.lock')
-rw-r--r-- | flake.lock | 111 |
1 files changed, 111 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..828937d --- /dev/null +++ b/flake.lock @@ -0,0 +1,111 @@ +{ + "nodes": { + "effekt-nix": { + "inputs": { + "flake-utils": [ + "flake-utils" + ], + "nixpkgs": [ + "nixpkgs" + ], + "sbt-derivation": "sbt-derivation" + }, + "locked": { + "lastModified": 1733727952, + "narHash": "sha256-wCfbB6U04sc+SDVb3ycql3mKVQaAK6/Ic7Aj6hGUMJI=", + "owner": "jiribenes", + "repo": "effekt-nix", + "rev": "193869f3b608f4793eafddb09bf91ccb2d7fccf6", + "type": "github" + }, + "original": { + "owner": "jiribenes", + "repo": "effekt-nix", + "type": "github" + } + }, + "flake-utils": { + "inputs": { + "systems": "systems" + }, + "locked": { + "lastModified": 1731533236, + "narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "11707dc2f618dd54ca8739b309ec4fc024de578b", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "nixpkgs": { + "locked": { + "lastModified": 1733656523, + "narHash": "sha256-w0FXPfpGhOihoJDiwMsyN1EzpsXi2F8VQ+NVZQSMtys=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "93dc9803a1ee435e590b02cde9589038d5cc3a4e", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixpkgs-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "root": { + "inputs": { + "effekt-nix": "effekt-nix", + "flake-utils": "flake-utils", + "nixpkgs": "nixpkgs" + } + }, + "sbt-derivation": { + "inputs": { + "flake-utils": [ + "effekt-nix", + "flake-utils" + ], + "nixpkgs": [ + "effekt-nix", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1698464090, + "narHash": "sha256-Pnej7WZIPomYWg8f/CZ65sfW85IfIUjYhphMMg7/LT0=", + "owner": "zaninime", + "repo": "sbt-derivation", + "rev": "6762cf2c31de50efd9ff905cbcc87239995a4ef9", + "type": "github" + }, + "original": { + "owner": "zaninime", + "repo": "sbt-derivation", + "type": "github" + } + }, + "systems": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + } + }, + "root": "root", + "version": 7 +} |