From 66a5dc70e2d8433034bccdbb9c3c7bcecd86f9a6 Mon Sep 17 00:00:00 2001 From: eveeifyeve <88671402+Eveeifyeve@users.noreply.github.com> Date: Thu, 25 Dec 2025 23:05:36 +1100 Subject: [PATCH] flake: switch flake-compat to main branch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The pinned PR is now merged. Flake lock file updates: • Updated input 'flake-compat': 'github:NixOS/flake-compat/63d095ca43128741b16fc354b1e918757e6b66e5?narHash=sha256-QN1r/zNqvXHwWqlRAnRtFf4CQwIOJx58PtdExIzAw94%3D' (2025-12-08) → 'github:NixOS/flake-compat/f275e157c50c3a9a682b4c9b4aa4db7a4cd3b5f2?narHash=sha256-QN1r/zNqvXHwWqlRAnRtFf4CQwIOJx58PtdExIzAw94%3D' (2025-12-25) --- flake/dev/flake.lock | 5 ++--- flake/dev/flake.nix | 4 +--- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/flake/dev/flake.lock b/flake/dev/flake.lock index 735138b9..316fb8e7 100644 --- a/flake/dev/flake.lock +++ b/flake/dev/flake.lock @@ -38,16 +38,15 @@ }, "flake-compat": { "locked": { - "lastModified": 1765186200, + "lastModified": 1766661267, "narHash": "sha256-QN1r/zNqvXHwWqlRAnRtFf4CQwIOJx58PtdExIzAw94=", "owner": "NixOS", "repo": "flake-compat", - "rev": "63d095ca43128741b16fc354b1e918757e6b66e5", + "rev": "f275e157c50c3a9a682b4c9b4aa4db7a4cd3b5f2", "type": "github" }, "original": { "owner": "NixOS", - "ref": "pull/75/merge", "repo": "flake-compat", "type": "github" } diff --git a/flake/dev/flake.nix b/flake/dev/flake.nix index d49a3a65..96b8d8bc 100644 --- a/flake/dev/flake.nix +++ b/flake/dev/flake.nix @@ -8,9 +8,7 @@ dev-nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable"; # flake-compat is used by the root `default.nix` to allow non-flake users to import nixvim - # - # The pinned PR resolves an issue with shallow clones, such as those used by CI. - flake-compat.url = "github:NixOS/flake-compat?ref=pull/75/merge"; + flake-compat.url = "github:NixOS/flake-compat"; # keep-sorted start block=yes newline_separated=yes devshell = {