From eb44c09e878f395a6328e1a837a81ee7e9bb69b8 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Sat, 22 Jul 2023 11:43:54 -0400 Subject: [PATCH] Revert "Update flake-parts (not crashing this time; #31)" This reverts commit 153930f2c0b824266a2528cb65fb6d9ce1733c7d. --- flake.lock | 12 ++++++------ flake.nix | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index f4c4c7c..97eb455 100644 --- a/flake.lock +++ b/flake.lock @@ -516,11 +516,11 @@ "nixpkgs-lib": "nixpkgs-lib_2" }, "locked": { - "lastModified": 1688466019, - "narHash": "sha256-VeM2akYrBYMsb4W/MmBo1zmaMfgbL4cH3Pu8PGyIwJ0=", + "lastModified": 1668450977, + "narHash": "sha256-cfLhMhnvXn6x1vPm+Jow3RiFAUSCw/l1utktCw5rVA4=", "owner": "hercules-ci", "repo": "flake-parts", - "rev": "8e8d955c22df93dbe24f19ea04f47a74adbdc5ec", + "rev": "d591857e9d7dd9ddbfba0ea02b43b927c3c0f1fa", "type": "github" }, "original": { @@ -1217,11 +1217,11 @@ "nixpkgs-lib_2": { "locked": { "dir": "lib", - "lastModified": 1688049487, - "narHash": "sha256-100g4iaKC9MalDjUW9iN6Jl/OocTDtXdeAj7pEGIRh4=", + "lastModified": 1665349835, + "narHash": "sha256-UK4urM3iN80UXQ7EaOappDzcisYIuEURFRoGQ/yPkug=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "4bc72cae107788bf3f24f30db2e2f685c9298dc9", + "rev": "34c5293a71ffdb2fe054eb5288adc1882c1eb0b1", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 6e165db..cc002fe 100644 --- a/flake.nix +++ b/flake.nix @@ -44,7 +44,7 @@ }; outputs = inputs@{ self, ... }: - inputs.flake-parts.lib.mkFlake { inherit inputs; } { + inputs.flake-parts.lib.mkFlake { inherit (inputs) self; } { systems = [ "x86_64-linux" "aarch64-darwin" ]; imports = [ inputs.treefmt-nix.flakeModule