From ed7a959ae19a785dd4ce38e81a77fd8b3888604a Mon Sep 17 00:00:00 2001 From: Jade Lovelace Date: Thu, 30 May 2024 12:50:13 -0700 Subject: [PATCH] update lix pin to actually work --- flake.lock | 11 +++++------ flake.nix | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index 4d9f046..e9e6be0 100644 --- a/flake.lock +++ b/flake.lock @@ -46,16 +46,15 @@ "pre-commit-hooks": "pre-commit-hooks" }, "locked": { - "lastModified": 1714955862, - "narHash": "sha256-REWlo2RYHfJkxnmZTEJu3Cd/2VM+wjjpPy7Xi4BdDTQ=", - "ref": "refs/tags/2.90-beta.1", - "rev": "b6799ab0374a8e1907a48915d3187e07da41d88c", - "revCount": 15501, + "lastModified": 1717081103, + "narHash": "sha256-4hrY8lIK6boX0xe6LN+OFpsmOAITl0Iam17FC8Kjslk=", + "ref": "refs/heads/main", + "rev": "c161687b5fa6e7604e99ee5df2e73388952baafb", + "revCount": 15698, "type": "git", "url": "https://git@git.lix.systems/lix-project/lix" }, "original": { - "ref": "refs/tags/2.90-beta.1", "type": "git", "url": "https://git@git.lix.systems/lix-project/lix" } diff --git a/flake.nix b/flake.nix index f764e66..630163c 100644 --- a/flake.nix +++ b/flake.nix @@ -9,7 +9,7 @@ inputs.nix-github-actions.url = "github:nix-community/nix-github-actions"; inputs.nix-github-actions.inputs.nixpkgs.follows = "nixpkgs"; inputs.lix = { - url = "git+https://git@git.lix.systems/lix-project/lix?ref=refs/tags/2.90-beta.1"; + url = "git+https://git@git.lix.systems/lix-project/lix"; inputs.nixpkgs.follows = "nixpkgs"; };