From 3e0f7c24b962f332be771d3229dfb500f17cc91a Mon Sep 17 00:00:00 2001 From: stuebinm Date: Mon, 6 Jan 2025 02:49:16 +0100 Subject: git annex testremote in a nixos vm test i tried adding a 'loopback' mode to the specialremote itself, but that turned out to be too error-prone to really work, so for now running tests requires an sshd. --- default.nix | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 default.nix (limited to 'default.nix') diff --git a/default.nix b/default.nix new file mode 100644 index 0000000..a150f68 --- /dev/null +++ b/default.nix @@ -0,0 +1,8 @@ +{ rustPlatform }: + +rustPlatform.buildRustPackage rec { + name = "git-annex-remote-remarkable2"; + RUSTC_BOOTSTRAP = 1; + src = ./.; + cargoLock.lockFile = ./Cargo.lock; +} -- cgit v1.2.3