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": { "locked": {
"lastModified": 1751685974, "lastModified": 1751685974,
"narHash": "sha256-NKw96t+BgHIYzHUjkTK95FqYRVKB8DHpVhefWSz/kTw=", "narHash": "sha256-NKw96t+BgHIYzHUjkTK95FqYRVKB8DHpVhefWSz/kTw=",
"ref": "main",
"rev": "549f2762aebeff29a2e5ece7a7dc0f955281a1d1", "rev": "549f2762aebeff29a2e5ece7a7dc0f955281a1d1",
"type": "tarball", "revCount": 92,
"url": "https://git.lix.systems/api/v1/repos/lix-project/flake-compat/archive/549f2762aebeff29a2e5ece7a7dc0f955281a1d1.tar.gz?rev=549f2762aebeff29a2e5ece7a7dc0f955281a1d1" "type": "git",
"url": "https://git.lix.systems/lix-project/flake-compat"
}, },
"original": { "original": {
"type": "tarball", "ref": "main",
"url": "https://git.lix.systems/lix-project/flake-compat/archive/main.tar.gz" "type": "git",
"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 = "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; flake = false;
}; };
rbw-bitw = { rbw-bitw = {