Add nix package

This commit is contained in:
2026-01-15 17:49:04 +01:00
parent 2de091567c
commit 0fe0691ac1
4 changed files with 81 additions and 4 deletions

3
nix/default.nix Normal file
View File

@@ -0,0 +1,3 @@
{ pkgs ? import <nixpkgs> { } }:
pkgs.callPackage ./imgfloat-client.nix { }