From 1bca414c4c9f13dae5ed30877f5c7fe94aaae179 Mon Sep 17 00:00:00 2001 From: Lu Wang Date: Sun, 15 Dec 2024 17:30:38 +0800 Subject: [PATCH] inputs: downgrade disko temporarily for smaller closure size --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index 50c66ec..9a8b705 100644 --- a/flake.lock +++ b/flake.lock @@ -49,16 +49,16 @@ ] }, "locked": { - "lastModified": 1730135292, - "narHash": "sha256-CI27qHAbc3/tIe8sb37kiHNaeCqGxNimckCMj0lW5kg=", + "lastModified": 1728673344, + "narHash": "sha256-O0QVhsj9I/hmcIqJ4qCqFyzvjYL+dtzJP0C5MFd8O/Y=", "owner": "nix-community", "repo": "disko", - "rev": "ab58501b2341bc5e0fc88f2f5983a679b075ddf5", + "rev": "ff0a471763faaaca1859fd6de80f44fa0fce91a6", "type": "github" }, "original": { "owner": "nix-community", - "ref": "v1.9.0", + "ref": "v1.8.2", "repo": "disko", "type": "github" } diff --git a/flake.nix b/flake.nix index 6f00aab..0193cc7 100644 --- a/flake.nix +++ b/flake.nix @@ -41,7 +41,7 @@ inputs.nixpkgs.follows = "nixpkgs"; }; disko = { - url = "github:nix-community/disko/v1.9.0"; + url = "github:nix-community/disko/v1.8.2"; inputs.nixpkgs.follows = "nixpkgs"; }; lanzaboote = {