fix: idk man

This commit is contained in:
Kat Inskip 2025-08-18 16:09:42 -07:00
parent 845f942206
commit b76351fb27
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
2 changed files with 8 additions and 5 deletions

11
flake.lock generated
View file

@ -338,13 +338,16 @@
"locked": {
"lastModified": 1751685974,
"narHash": "sha256-NKw96t+BgHIYzHUjkTK95FqYRVKB8DHpVhefWSz/kTw=",
"ref": "main",
"rev": "549f2762aebeff29a2e5ece7a7dc0f955281a1d1",
"type": "tarball",
"url": "https://git.lix.systems/api/v1/repos/lix-project/flake-compat/archive/549f2762aebeff29a2e5ece7a7dc0f955281a1d1.tar.gz?rev=549f2762aebeff29a2e5ece7a7dc0f955281a1d1"
"revCount": 92,
"type": "git",
"url": "https://git.lix.systems/lix-project/flake-compat"
},
"original": {
"type": "tarball",
"url": "https://git.lix.systems/lix-project/flake-compat/archive/main.tar.gz"
"ref": "main",
"type": "git",
"url": "https://git.lix.systems/lix-project/flake-compat"
}
},
"flake-parts": {

View file

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