nix setup

This commit is contained in:
Robin Appelman 2026-02-08 20:10:05 +01:00
commit 28ba46ec1a
8 changed files with 301 additions and 1 deletions

View file

@ -4,6 +4,7 @@ use crate::config::Config;
use clap::Parser;
use demostf_client::{ApiClient, ListOrder, ListParams};
use main_error::MainError;
use secretfile::load;
use std::fs::remove_file;
use std::path::PathBuf;
use time::{Duration, OffsetDateTime};