nix: use rev instead of ref for flake inputs

Works around https://git.lix.systems/lix-project/lix/issues/520
This commit is contained in:
Naïm Camille Favier
2025-07-13 00:40:19 +02:00
parent ad3f837b36
commit c61e36b035
2 changed files with 2 additions and 2 deletions

2
flake.lock generated
View File

@ -116,8 +116,8 @@
}, },
"original": { "original": {
"owner": "jcollie", "owner": "jcollie",
"ref": "56c159be489cc6c0e73c3930bd908ddc6fe89613",
"repo": "zon2nix", "repo": "zon2nix",
"rev": "56c159be489cc6c0e73c3930bd908ddc6fe89613",
"type": "github" "type": "github"
} }
} }

View File

@ -24,7 +24,7 @@
}; };
zon2nix = { zon2nix = {
url = "github:jcollie/zon2nix?ref=56c159be489cc6c0e73c3930bd908ddc6fe89613"; url = "github:jcollie/zon2nix?rev=56c159be489cc6c0e73c3930bd908ddc6fe89613";
inputs = { inputs = {
nixpkgs.follows = "nixpkgs"; nixpkgs.follows = "nixpkgs";
flake-utils.follows = "flake-utils"; flake-utils.follows = "flake-utils";