From 786a70bba5f38c2f1da712384c0144429d7c5c10 Mon Sep 17 00:00:00 2001 From: Max Niederman Date: Thu, 1 Jun 2023 21:14:06 -0700 Subject: [PATCH] build(flake): update inputs --- flake.lock | 58 +++++++++++++++++++++++++++++++++++------------------- flake.nix | 2 +- 2 files changed, 39 insertions(+), 21 deletions(-) diff --git a/flake.lock b/flake.lock index de3f602..ee6a0b6 100644 --- a/flake.lock +++ b/flake.lock @@ -8,11 +8,11 @@ "rust-analyzer-src": "rust-analyzer-src" }, "locked": { - "lastModified": 1639808710, - "narHash": "sha256-OKDHt4D14puuqfVHptQ6EvjIR9RaHXyPzMh8Rjo8vzA=", + "lastModified": 1685600533, + "narHash": "sha256-7oly5/7xJMtFH44I/Bsrnc2VG4M6HyUVhph3WoZrG64=", "owner": "nix-community", "repo": "fenix", - "rev": "9b391fc1831ece6c245a4eafe7b52f5c806df28c", + "rev": "360c6a0bc9b78b896fdd60c8803ba98298a37f7c", "type": "github" }, "original": { @@ -22,12 +22,15 @@ } }, "flake-utils": { + "inputs": { + "systems": "systems" + }, "locked": { - "lastModified": 1638122382, - "narHash": "sha256-sQzZzAbvKEqN9s0bzWuYmRaA03v40gaJ4+iL1LXjaeI=", + "lastModified": 1685518550, + "narHash": "sha256-o2d0KcvaXzTrPRIo0kOLV0/QXHhDQ5DTi+OxcjO8xqY=", "owner": "numtide", "repo": "flake-utils", - "rev": "74f7e4319258e287b0f9cb95426c9853b282730b", + "rev": "a1720a10a6cfe8234c0e93907ffe81be440f4cef", "type": "github" }, "original": { @@ -41,11 +44,11 @@ "nixpkgs": "nixpkgs" }, "locked": { - "lastModified": 1639731602, - "narHash": "sha256-5u/J/7KrY/fYL/OeBLxP4E9NdNdQrriHpOyPBleKp5I=", + "lastModified": 1679567394, + "narHash": "sha256-ZvLuzPeARDLiQUt6zSZFGOs+HZmE+3g4QURc8mkBsfM=", "owner": "nmattia", "repo": "naersk", - "rev": "5415c7045366bb53db1a33cf7d975942b5553a28", + "rev": "88cd22380154a2c36799fe8098888f0f59861a15", "type": "github" }, "original": { @@ -56,11 +59,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1639837534, - "narHash": "sha256-zAZoVtvVfrs41e+kEEumyptQ4DOkcXQIYgxmaJ51+hs=", + "lastModified": 1685591878, + "narHash": "sha256-Ib3apaLqIFkZb94q6Q214DXrz0FnJq5C7usywTv63og=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "e1f9e754a40b645a39f6592d45df943cb5f59dcf", + "rev": "8d4d822bc0efa9de6eddc79cb0d82897a9baa750", "type": "github" }, "original": { @@ -70,11 +73,11 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1639699734, - "narHash": "sha256-tlX6WebGmiHb2Hmniff+ltYp+7dRfdsBxw9YczLsP60=", + "lastModified": 1685564631, + "narHash": "sha256-8ywr3AkblY4++3lIVxmrWZFzac7+f32ZEhH/A8pNscI=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "03ec468b14067729a285c2c7cfa7b9434a04816c", + "rev": "4f53efe34b3a8877ac923b9350c874e3dcd5dc0a", "type": "github" }, "original": { @@ -94,19 +97,34 @@ "rust-analyzer-src": { "flake": false, "locked": { - "lastModified": 1639175515, - "narHash": "sha256-Yj38u9BpKfyGrcSEaoSEnOns885xn/Ask6lR5rsxS8k=", - "owner": "rust-analyzer", + "lastModified": 1685541053, + "narHash": "sha256-ck8hhiuxvy8jLIv2cPsQK8bfc/aYZjrIelmLAv16T4o=", + "owner": "rust-lang", "repo": "rust-analyzer", - "rev": "d03397fe1173eaeb2e04c9e55ac223289e7e08ee", + "rev": "bafa6c4ee5d3acdbb62ec289364564270357c6a2", "type": "github" }, "original": { - "owner": "rust-analyzer", + "owner": "rust-lang", "ref": "nightly", "repo": "rust-analyzer", "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", diff --git a/flake.nix b/flake.nix index aa0389a..5f14505 100644 --- a/flake.nix +++ b/flake.nix @@ -21,7 +21,7 @@ in rec { # `nix build` - packages.ttyper = naersk-lib.buildPackage rec { + packages.ttyper = naersk-lib.buildPackage { pname = "ttyper"; root = ./.; };