Add db support to store articles

This commit is contained in:
dolphinau 2025-07-28 18:47:16 +02:00
parent 06dafb24fc
commit 9c45142083
No known key found for this signature in database
6 changed files with 75 additions and 23 deletions

6
flake.nix Normal file → Executable file
View file

@ -1,6 +1,5 @@
{
description = "lwn-sub-snoozer";
inputs = {
flake-utils.url = "github:numtide/flake-utils";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.05";
@ -25,15 +24,12 @@
# $ nix develop
devShells.default = pkgs.mkShell {
LD_LIBRARY_PATH = pkgs.lib.makeLibraryPath [pkgs.openssl];
packages = [
pkgs.gnumake
pkgs.pkg-config
pkgs.openssl
# Nix
pkgs.nixpkgs-fmt
pkgs.nil
pkgs.postgresql
# Rust
fenix.packages.${system}.default.toolchain