flake: switch flake-compat to main branch

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)

(cherry picked from commit 66a5dc70e2)
This commit is contained in:
eveeifyeve 2025-12-25 23:05:36 +11:00 committed by Matt Sturgeon
parent 3568897008
commit 2d3184cd3d
2 changed files with 3 additions and 6 deletions

5
flake/dev/flake.lock generated
View file

@ -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"
}

View file

@ -8,9 +8,7 @@
dev-nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11";
# 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 = {