diff options
Diffstat (limited to 'flake.lock')
-rw-r--r-- | flake.lock | 50 |
1 files changed, 41 insertions, 9 deletions
@@ -30,13 +30,44 @@ "type": "github" } }, + "naersk": { + "inputs": { + "nixpkgs": "nixpkgs" + }, + "locked": { + "lastModified": 1613655351, + "narHash": "sha256-BLBnt3BYsh92qKgqZljckM9s5sZUt30cBQF5b/5pVCU=", + "owner": "nmattia", + "repo": "naersk", + "rev": "1a9e5ddc51bc44c1bf872e02fe2702dc40e8af48", + "type": "github" + }, + "original": { + "owner": "nmattia", + "repo": "naersk", + "type": "github" + } + }, "nixpkgs": { "locked": { - "lastModified": 1612996220, - "narHash": "sha256-l2kzWXxL3vXr8VxUzRtORPJS0nFQ3E5kBPF/AYAK0wI=", + "lastModified": 1613917044, + "narHash": "sha256-YvBBwtvrnove51SXQ67OVQHctYjEEpFu6GEzRe0pp5I=", + "path": "/nix/store/8mfw3h418igbhn3kh2fglr3nm96x3117-source", + "rev": "aed173ff9707387b238c1c7e143152ca9d8878e9", + "type": "path" + }, + "original": { + "id": "nixpkgs", + "type": "indirect" + } + }, + "nixpkgs_2": { + "locked": { + "lastModified": 1613761605, + "narHash": "sha256-lUF6UPR96ZzQC0faNXBHLoLhNAdxZqYqDwz0PaIZ/7Y=", "owner": "nixos", "repo": "nixpkgs", - "rev": "758b29b5a28b818e311ad540637a5c1e40867489", + "rev": "9816b99e71c3504b0b4c1f8b2e004148460029d4", "type": "github" }, "original": { @@ -46,7 +77,7 @@ "type": "github" } }, - "nixpkgs_2": { + "nixpkgs_3": { "locked": { "lastModified": 1609079092, "narHash": "sha256-KhyKfxBHtZlAgudpZ0EJVzeuqROjKfVOwj8j0cuhU50=", @@ -62,21 +93,22 @@ "root": { "inputs": { "flake-utils": "flake-utils", - "nixpkgs": "nixpkgs", + "naersk": "naersk", + "nixpkgs": "nixpkgs_2", "rust-overlay": "rust-overlay" } }, "rust-overlay": { "inputs": { "flake-utils": "flake-utils_2", - "nixpkgs": "nixpkgs_2" + "nixpkgs": "nixpkgs_3" }, "locked": { - "lastModified": 1613096734, - "narHash": "sha256-ttHv5tlL8JGn26V2xMQMjNy5Om6WKN1RhB2OxXhF4rY=", + "lastModified": 1613960870, + "narHash": "sha256-SvBexW2AGCaiNGXVaQ/6f31vSttrJs1K8VVVhuvkXeA=", "owner": "oxalica", "repo": "rust-overlay", - "rev": "0ae7d76e9f72ef5c225710946c79c50a9eafe2f9", + "rev": "455f57703929bb5dc6e965cc6933c0e6f005a236", "type": "github" }, "original": { |