diff options
| author | seth <[email protected]> | 2023-04-07 02:16:25 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-04-07 03:42:48 -0400 |
| commit | 797297d1e6f1b9098aed473b2fc22b3236a525eb (patch) | |
| tree | 7c72c64792915c0ee4ff80fb5f0418104a742546 /flake.lock | |
| parent | 1e7dac94911d8210b678b2e76014ca3d07d8641b (diff) | |
refactor flake + minimize docker image
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 97 |
1 files changed, 96 insertions, 1 deletions
@@ -1,5 +1,53 @@ { "nodes": { + "crane": { + "inputs": { + "flake-compat": [ + "flake-compat" + ], + "flake-utils": [ + "flake-utils" + ], + "nixpkgs": [ + "nixpkgs" + ], + "rust-overlay": "rust-overlay" + }, + "locked": { + "lastModified": 1680584903, + "narHash": "sha256-uraq+D3jcLzw/UVk0xMHcnfILfIMa0DLrtAEq2nNlxU=", + "owner": "ipetkov", + "repo": "crane", + "rev": "65d3f6a3970cd46bef5eedfd458300f72c56b3c5", + "type": "github" + }, + "original": { + "owner": "ipetkov", + "repo": "crane", + "type": "github" + } + }, + "fenix": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ], + "rust-analyzer-src": "rust-analyzer-src" + }, + "locked": { + "lastModified": 1680762089, + "narHash": "sha256-62lgi+xb+nn9H4O+ZIYNkHeQ8ryzstALKMJuoXiot0I=", + "owner": "nix-community", + "repo": "fenix", + "rev": "5794e58068fb6a8eccad9e4ff77ffe1c08ded13c", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "fenix", + "type": "github" + } + }, "flake-compat": { "flake": false, "locked": { @@ -70,7 +118,9 @@ }, "pre-commit-hooks": { "inputs": { - "flake-compat": "flake-compat", + "flake-compat": [ + "flake-compat" + ], "flake-utils": [ "flake-utils" ], @@ -98,10 +148,55 @@ }, "root": { "inputs": { + "crane": "crane", + "fenix": "fenix", + "flake-compat": "flake-compat", "flake-utils": "flake-utils", "nixpkgs": "nixpkgs", "pre-commit-hooks": "pre-commit-hooks" } + }, + "rust-analyzer-src": { + "flake": false, + "locked": { + "lastModified": 1680727375, + "narHash": "sha256-hb8AosuONAg0D9yoZ4VrBsjf5hINMYVLPEGekXF4qVE=", + "owner": "rust-lang", + "repo": "rust-analyzer", + "rev": "ea22d245b671f97b820cf761108251c6292c3152", + "type": "github" + }, + "original": { + "owner": "rust-lang", + "ref": "nightly", + "repo": "rust-analyzer", + "type": "github" + } + }, + "rust-overlay": { + "inputs": { + "flake-utils": [ + "crane", + "flake-utils" + ], + "nixpkgs": [ + "crane", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1680488274, + "narHash": "sha256-0vYMrZDdokVmPQQXtFpnqA2wEgCCUXf5a3dDuDVshn0=", + "owner": "oxalica", + "repo": "rust-overlay", + "rev": "7ec2ff598a172c6e8584457167575b3a1a5d80d8", + "type": "github" + }, + "original": { + "owner": "oxalica", + "repo": "rust-overlay", + "type": "github" + } } }, "root": "root", |
