Add db support to store articles
This commit is contained in:
parent
06dafb24fc
commit
9c45142083
6 changed files with 75 additions and 23 deletions
6
flake.nix
Normal file → Executable file
6
flake.nix
Normal file → Executable 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue