mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 12:29:19 -08:00
fix: idk man
This commit is contained in:
parent
845f942206
commit
b76351fb27
2 changed files with 8 additions and 5 deletions
11
flake.lock
generated
11
flake.lock
generated
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue