Archive Codeberg issue attachments
@@ -0,0 +1,10 @@
|
|||||||
|
# Codeberg issue attachment archive
|
||||||
|
|
||||||
|
This orphan branch preserves attachments referenced by issues migrated from the former Codeberg tracker.
|
||||||
|
|
||||||
|
- Source repository: https://codeberg.org/ArkHost/HelixNotes
|
||||||
|
- GitHub repository: https://github.com/ARKHOST21/HelixNotes
|
||||||
|
- Files are addressed by their original Codeberg attachment UUID.
|
||||||
|
- `codeberg-issue-assets/manifest.json` records original names, source URLs, sizes, and SHA-256 checksums.
|
||||||
|
|
||||||
|
This branch is intentionally separate from the application source on `main`.
|
||||||
|
After Width: | Height: | Size: 297 KiB |
|
After Width: | Height: | Size: 47 KiB |
|
After Width: | Height: | Size: 33 KiB |
|
After Width: | Height: | Size: 191 KiB |
|
After Width: | Height: | Size: 48 KiB |
|
After Width: | Height: | Size: 2.6 KiB |
|
After Width: | Height: | Size: 86 KiB |
|
After Width: | Height: | Size: 21 KiB |
|
After Width: | Height: | Size: 696 KiB |
|
After Width: | Height: | Size: 5.5 KiB |
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 78 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 97 KiB |
|
After Width: | Height: | Size: 6.8 KiB |
|
After Width: | Height: | Size: 13 KiB |
|
After Width: | Height: | Size: 6.9 KiB |
|
After Width: | Height: | Size: 184 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 80 KiB |
|
After Width: | Height: | Size: 15 KiB |
@@ -0,0 +1,38 @@
|
|||||||
|
{
|
||||||
|
description = "HelixNotes devshell";
|
||||||
|
|
||||||
|
inputs = {
|
||||||
|
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||||
|
};
|
||||||
|
|
||||||
|
outputs = {
|
||||||
|
self,
|
||||||
|
nixpkgs,
|
||||||
|
...
|
||||||
|
}: let
|
||||||
|
system = "x86_64-linux";
|
||||||
|
pkgs = import nixpkgs {inherit system;};
|
||||||
|
in {
|
||||||
|
devShells.${system}.default = pkgs.mkShell {
|
||||||
|
nativeBuildInputs = with pkgs; [
|
||||||
|
pkg-config
|
||||||
|
wrapGAppsHook4
|
||||||
|
cargo
|
||||||
|
cargo-tauri
|
||||||
|
nodejs_25
|
||||||
|
pnpm_9
|
||||||
|
];
|
||||||
|
|
||||||
|
buildInputs = with pkgs; [
|
||||||
|
librsvg
|
||||||
|
webkitgtk_4_1
|
||||||
|
];
|
||||||
|
|
||||||
|
shellHook = ''
|
||||||
|
export XDG_DATA_DIRS="$GSETTINGS_SCHEMAS_PATH" # Needed on Wayland to report the correct display scale
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
|
||||||
|
formatter.${system} = pkgs.alejandra;
|
||||||
|
};
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 245 KiB |
|
After Width: | Height: | Size: 123 KiB |
|
After Width: | Height: | Size: 220 KiB |
|
After Width: | Height: | Size: 51 KiB |
|
After Width: | Height: | Size: 18 KiB |
|
After Width: | Height: | Size: 41 KiB |
|
After Width: | Height: | Size: 238 KiB |
|
After Width: | Height: | Size: 65 KiB |
|
After Width: | Height: | Size: 80 KiB |
|
After Width: | Height: | Size: 51 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 17 KiB |
|
After Width: | Height: | Size: 46 KiB |
|
After Width: | Height: | Size: 13 KiB |
|
After Width: | Height: | Size: 137 KiB |
|
After Width: | Height: | Size: 50 KiB |
|
After Width: | Height: | Size: 39 KiB |
|
After Width: | Height: | Size: 177 KiB |
|
After Width: | Height: | Size: 114 KiB |
|
After Width: | Height: | Size: 187 KiB |
|
After Width: | Height: | Size: 18 KiB |
|
After Width: | Height: | Size: 68 KiB |
|
After Width: | Height: | Size: 175 KiB |
|
After Width: | Height: | Size: 111 KiB |
|
After Width: | Height: | Size: 101 KiB |
|
After Width: | Height: | Size: 7.7 KiB |
|
After Width: | Height: | Size: 179 KiB |
|
After Width: | Height: | Size: 213 KiB |
|
After Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 197 KiB |
|
After Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 154 KiB |
|
After Width: | Height: | Size: 7.8 KiB |
|
After Width: | Height: | Size: 56 KiB |
|
After Width: | Height: | Size: 27 KiB |
|
After Width: | Height: | Size: 124 KiB |
|
After Width: | Height: | Size: 89 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 134 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 516 KiB |
|
After Width: | Height: | Size: 27 KiB |
|
After Width: | Height: | Size: 926 KiB |
|
After Width: | Height: | Size: 295 KiB |
|
After Width: | Height: | Size: 96 KiB |
|
After Width: | Height: | Size: 99 KiB |
|
After Width: | Height: | Size: 16 KiB |
|
After Width: | Height: | Size: 13 KiB |
|
After Width: | Height: | Size: 4.5 KiB |
|
After Width: | Height: | Size: 320 KiB |
|
After Width: | Height: | Size: 3.2 KiB |
|
After Width: | Height: | Size: 164 KiB |
|
After Width: | Height: | Size: 6.5 KiB |
|
After Width: | Height: | Size: 28 KiB |
|
After Width: | Height: | Size: 17 KiB |