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": {
|
"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": {
|
||||||
|
|
|
||||||
|
|
@ -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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue