From c61e36b035b8d3b59b9e1cc627873810a50f5deb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Na=C3=AFm=20Camille=20Favier?= Date: Sun, 13 Jul 2025 00:40:19 +0200 Subject: [PATCH] nix: use rev instead of ref for flake inputs Works around https://git.lix.systems/lix-project/lix/issues/520 --- flake.lock | 2 +- flake.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.lock b/flake.lock index f64213e39..0374b3e5a 100644 --- a/flake.lock +++ b/flake.lock @@ -116,8 +116,8 @@ }, "original": { "owner": "jcollie", - "ref": "56c159be489cc6c0e73c3930bd908ddc6fe89613", "repo": "zon2nix", + "rev": "56c159be489cc6c0e73c3930bd908ddc6fe89613", "type": "github" } } diff --git a/flake.nix b/flake.nix index 59939f9f8..7cf58b27c 100644 --- a/flake.nix +++ b/flake.nix @@ -24,7 +24,7 @@ }; zon2nix = { - url = "github:jcollie/zon2nix?ref=56c159be489cc6c0e73c3930bd908ddc6fe89613"; + url = "github:jcollie/zon2nix?rev=56c159be489cc6c0e73c3930bd908ddc6fe89613"; inputs = { nixpkgs.follows = "nixpkgs"; flake-utils.follows = "flake-utils";