mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-09-10 22:22:48 +02:00
Compare commits
3 commits
14a4b24fc5
...
aacaf5a2a0
Author | SHA1 | Date | |
---|---|---|---|
|
aacaf5a2a0 | ||
|
256bed992e |
||
|
ecb87ccd1c |
4 changed files with 12 additions and 10 deletions
4
.envrc
4
.envrc
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
dotenv_if_exists
|
dotenv_if_exists
|
||||||
|
|
||||||
# use flake ".#${DIRENV_DEVSHELL:-default}"
|
if [ -f /etc/os-release ] && grep -q '^ID=nixos' /etc/os-release; then
|
||||||
|
use flake ".#${DIRENV_DEVSHELL:-default}"
|
||||||
|
fi
|
||||||
|
|
||||||
PATH_add bin
|
PATH_add bin
|
||||||
|
|
|
@ -18,7 +18,7 @@ jobs:
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
|
|
||||||
- name: Install uv
|
- name: Install uv
|
||||||
uses: https://github.com/astral-sh/setup-uv@v6
|
uses: https://github.com/astral-sh/setup-uv@v5
|
||||||
with:
|
with:
|
||||||
enable-cache: true
|
enable-cache: true
|
||||||
ignore-nothing-to-cache: true
|
ignore-nothing-to-cache: true
|
||||||
|
|
12
flake.lock
generated
12
flake.lock
generated
|
@ -516,16 +516,16 @@
|
||||||
"rocksdb": {
|
"rocksdb": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1741308171,
|
"lastModified": 1753385396,
|
||||||
"narHash": "sha256-YdBvdQ75UJg5ffwNjxizpviCVwVDJnBkM8ZtGIduMgY=",
|
"narHash": "sha256-/Hvy1yTH/0D5aa7bc+/uqFugCQq4InTdwlRw88vA5IY=",
|
||||||
"ref": "v9.11.1",
|
"ref": "10.4.fb",
|
||||||
"rev": "3ce04794bcfbbb0d2e6f81ae35fc4acf688b6986",
|
"rev": "28d4b7276c16ed3e28af1bd96162d6442ce25923",
|
||||||
"revCount": 13177,
|
"revCount": 13318,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://forgejo.ellis.link/continuwuation/rocksdb"
|
"url": "https://forgejo.ellis.link/continuwuation/rocksdb"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"ref": "v9.11.1",
|
"ref": "10.4.fb",
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://forgejo.ellis.link/continuwuation/rocksdb"
|
"url": "https://forgejo.ellis.link/continuwuation/rocksdb"
|
||||||
}
|
}
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
nix-filter.url = "github:numtide/nix-filter?ref=main";
|
nix-filter.url = "github:numtide/nix-filter?ref=main";
|
||||||
nixpkgs.url = "github:NixOS/nixpkgs?ref=nixpkgs-unstable";
|
nixpkgs.url = "github:NixOS/nixpkgs?ref=nixpkgs-unstable";
|
||||||
rocksdb = {
|
rocksdb = {
|
||||||
url = "git+https://forgejo.ellis.link/continuwuation/rocksdb?ref=v9.11.1";
|
url = "git+https://forgejo.ellis.link/continuwuation/rocksdb?ref=10.4.fb";
|
||||||
flake = false;
|
flake = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -62,7 +62,7 @@
|
||||||
}).overrideAttrs
|
}).overrideAttrs
|
||||||
(old: {
|
(old: {
|
||||||
src = inputs.rocksdb;
|
src = inputs.rocksdb;
|
||||||
version = "v9.11.1";
|
version = "v10.4.fb";
|
||||||
cmakeFlags =
|
cmakeFlags =
|
||||||
pkgs.lib.subtractLists [
|
pkgs.lib.subtractLists [
|
||||||
# No real reason to have snappy or zlib, no one uses this
|
# No real reason to have snappy or zlib, no one uses this
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue