fix: flake-compat ???

This commit is contained in:
Kat Inskip 2025-08-18 16:13:18 -07:00
parent b76351fb27
commit c51e9e35e4
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
2 changed files with 9 additions and 11 deletions

18
flake.lock generated
View file

@ -336,18 +336,16 @@
"flake-compat": { "flake-compat": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1751685974, "lastModified": 1733328505,
"narHash": "sha256-NKw96t+BgHIYzHUjkTK95FqYRVKB8DHpVhefWSz/kTw=", "narHash": "sha256-NeCCThCEP3eCl2l/+27kNNK7QrwZB1IJCrXfrbv5oqU=",
"ref": "main", "rev": "ff81ac966bb2cae68946d5ed5fc4994f96d0ffec",
"rev": "549f2762aebeff29a2e5ece7a7dc0f955281a1d1", "revCount": 69,
"revCount": 92, "type": "tarball",
"type": "git", "url": "https://api.flakehub.com/f/pinned/edolstra/flake-compat/1.1.0/01948eb7-9cba-704f-bbf3-3fa956735b52/source.tar.gz?rev=ff81ac966bb2cae68946d5ed5fc4994f96d0ffec&revCount=69"
"url": "https://git.lix.systems/lix-project/flake-compat"
}, },
"original": { "original": {
"ref": "main", "type": "tarball",
"type": "git", "url": "https://flakehub.com/f/edolstra/flake-compat/1.tar.gz"
"url": "https://git.lix.systems/lix-project/flake-compat"
} }
}, },
"flake-parts": { "flake-parts": {

View file

@ -61,7 +61,7 @@
}; };
# to allow non-nix 2.4 evaluation # to allow non-nix 2.4 evaluation
flake-compat = { flake-compat = {
url = "git+https://git.lix.systems/lix-project/flake-compat?ref=main"; url = "https://flakehub.com/f/edolstra/flake-compat/1.tar.gz";
flake = false; flake = false;
}; };
rbw-bitw = { rbw-bitw = {