Fetch release date

This commit is contained in:
dolphinau 2025-07-02 16:25:57 +02:00
parent df96c91b4b
commit 4a20c539f6
No known key found for this signature in database
3 changed files with 51 additions and 2 deletions

View file

@ -22,11 +22,14 @@
packages = {
default = self.packages.${system}.myapp;
};
# $ 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