slop slop slop sahuuuurrr
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix nix build

dawn 9a1d3bef e573091e

+31 -106
-105
Cargo.lock
··· 1093 1093 checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" 1094 1094 1095 1095 [[package]] 1096 - name = "foreign-types" 1097 - version = "0.3.2" 1098 - source = "registry+https://github.com/rust-lang/crates.io-index" 1099 - checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 1100 - dependencies = [ 1101 - "foreign-types-shared", 1102 - ] 1103 - 1104 - [[package]] 1105 - name = "foreign-types-shared" 1106 - version = "0.1.1" 1107 - source = "registry+https://github.com/rust-lang/crates.io-index" 1108 - checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 1109 - 1110 - [[package]] 1111 1096 name = "form_urlencoded" 1112 1097 version = "1.2.2" 1113 1098 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 1620 1605 "tokio-rustls", 1621 1606 "tower-service", 1622 1607 "webpki-roots", 1623 - ] 1624 - 1625 - [[package]] 1626 - name = "hyper-tls" 1627 - version = "0.6.0" 1628 - source = "registry+https://github.com/rust-lang/crates.io-index" 1629 - checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" 1630 - dependencies = [ 1631 - "bytes", 1632 - "http-body-util", 1633 - "hyper", 1634 - "hyper-util", 1635 - "native-tls", 1636 - "tokio", 1637 - "tokio-native-tls", 1638 - "tower-service", 1639 1608 ] 1640 1609 1641 1610 [[package]] ··· 2380 2349 ] 2381 2350 2382 2351 [[package]] 2383 - name = "native-tls" 2384 - version = "0.2.18" 2385 - source = "registry+https://github.com/rust-lang/crates.io-index" 2386 - checksum = "465500e14ea162429d264d44189adc38b199b62b1c21eea9f69e4b73cb03bbf2" 2387 - dependencies = [ 2388 - "libc", 2389 - "log", 2390 - "openssl", 2391 - "openssl-probe", 2392 - "openssl-sys", 2393 - "schannel", 2394 - "security-framework", 2395 - "security-framework-sys", 2396 - "tempfile", 2397 - ] 2398 - 2399 - [[package]] 2400 2352 name = "no_std_io2" 2401 2353 version = "0.8.1" 2402 2354 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 2451 2403 checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" 2452 2404 2453 2405 [[package]] 2454 - name = "openssl" 2455 - version = "0.10.78" 2456 - source = "registry+https://github.com/rust-lang/crates.io-index" 2457 - checksum = "f38c4372413cdaaf3cc79dd92d29d7d9f5ab09b51b10dded508fb90bb70b9222" 2458 - dependencies = [ 2459 - "bitflags", 2460 - "cfg-if", 2461 - "foreign-types", 2462 - "libc", 2463 - "once_cell", 2464 - "openssl-macros", 2465 - "openssl-sys", 2466 - ] 2467 - 2468 - [[package]] 2469 - name = "openssl-macros" 2470 - version = "0.1.1" 2471 - source = "registry+https://github.com/rust-lang/crates.io-index" 2472 - checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" 2473 - dependencies = [ 2474 - "proc-macro2", 2475 - "quote", 2476 - "syn", 2477 - ] 2478 - 2479 - [[package]] 2480 2406 name = "openssl-probe" 2481 2407 version = "0.2.1" 2482 2408 source = "registry+https://github.com/rust-lang/crates.io-index" 2483 2409 checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe" 2484 2410 2485 2411 [[package]] 2486 - name = "openssl-sys" 2487 - version = "0.9.114" 2488 - source = "registry+https://github.com/rust-lang/crates.io-index" 2489 - checksum = "13ce1245cd07fcc4cfdb438f7507b0c7e4f3849a69fd84d52374c66d83741bb6" 2490 - dependencies = [ 2491 - "cc", 2492 - "libc", 2493 - "pkg-config", 2494 - "vcpkg", 2495 - ] 2496 - 2497 - [[package]] 2498 2412 name = "ouroboros" 2499 2413 version = "0.18.5" 2500 2414 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 3000 2914 "http-body-util", 3001 2915 "hyper", 3002 2916 "hyper-rustls", 3003 - "hyper-tls", 3004 2917 "hyper-util", 3005 2918 "js-sys", 3006 2919 "log", 3007 2920 "mime", 3008 - "native-tls", 3009 2921 "percent-encoding", 3010 2922 "pin-project-lite", 3011 2923 "quinn", ··· 3016 2928 "serde_urlencoded", 3017 2929 "sync_wrapper", 3018 2930 "tokio", 3019 - "tokio-native-tls", 3020 2931 "tokio-rustls", 3021 2932 "tokio-util", 3022 2933 "tower", ··· 3813 3724 ] 3814 3725 3815 3726 [[package]] 3816 - name = "tokio-native-tls" 3817 - version = "0.3.1" 3818 - source = "registry+https://github.com/rust-lang/crates.io-index" 3819 - checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" 3820 - dependencies = [ 3821 - "native-tls", 3822 - "tokio", 3823 - ] 3824 - 3825 - [[package]] 3826 3727 name = "tokio-rustls" 3827 3728 version = "0.26.4" 3828 3729 source = "registry+https://github.com/rust-lang/crates.io-index" ··· 4163 4064 version = "2.2.0" 4164 4065 source = "registry+https://github.com/rust-lang/crates.io-index" 4165 4066 checksum = "8f54a172d0620933a27a4360d3db3e2ae0dd6cceae9730751a036bbf182c4b23" 4166 - 4167 - [[package]] 4168 - name = "vcpkg" 4169 - version = "0.2.15" 4170 - source = "registry+https://github.com/rust-lang/crates.io-index" 4171 - checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 4172 4067 4173 4068 [[package]] 4174 4069 name = "version_check"
+1 -1
Cargo.toml
··· 9 9 axum = { version = "0.8.8", features = ["macros"] } 10 10 serde = { version = "1.0", features = ["derive"] } 11 11 serde_json = "1.0" 12 - reqwest = { version = "0.12", features = ["json", "stream"] } 12 + reqwest = { version = "0.12", default-features = false, features = ["json", "stream", "rustls-tls"] } 13 13 tracing = "0.1" 14 14 tracing-subscriber = { version = "0.3", features = ["env-filter"] } 15 15 miette = { version = "7", features = ["fancy"] }
+29
default.nix
··· 1 + { 2 + lib, 3 + rustPlatform, 4 + cmake, 5 + ... 6 + }: 7 + rustPlatform.buildRustPackage { 8 + pname = "slopview"; 9 + version = "main"; 10 + 11 + src = lib.fileset.toSource { 12 + root = ./.; 13 + fileset = lib.fileset.unions [ 14 + ./src ./Cargo.toml ./Cargo.lock 15 + ]; 16 + }; 17 + 18 + nativeBuildInputs = [cmake]; 19 + 20 + cargoLock = { 21 + lockFile = ./Cargo.lock; 22 + outputHashes = { 23 + "rmp-0.8.15" = "sha256-0VATbSR2lGiCJ8Ww4a5pkOHSRUjoysnFonpKS/oMzgU="; 24 + "fjall-3.1.4" = "sha256-QO1EvdSwAetH24TOxiHSkguE4JBKViJy4JXQvi9hi/A="; 25 + "lsm-tree-3.1.4" = "sha256-6fhVvfuZQXeUIXmDAaHpEDLZwZsMTLCMNQAAac3/WkM="; 26 + "hydrant-0.1.0" = "sha256-tNYPb24nJL1ZCHIPSSxJQh4Ojjbl2mDWyNwwHa6Z5zU="; 27 + }; 28 + }; 29 + }
+1
flake.nix
··· 20 20 path = ./.; 21 21 export = false; 22 22 }; 23 + packages.default = pkgs.callPackage ./default.nix {}; 23 24 devShells.default = config.nci.outputs."appview".devShell.overrideAttrs (old: { 24 25 packages = (old.packages or []) ++ (with pkgs; [ 25 26 cargo-outdated