Commit Graph

5 Commits

Author SHA1 Message Date
Jörg Thalheim
85189bee5b attic-client: 0-unstable-2024-08-01 -> 0-unstable-2024-08-19 2024-08-21 20:35:51 +02:00
Alyssa Ross
0973b38266
attic-client,attic-server: 0-unstable-2024-02-08 -> 0-unstable-2024-08-01
Required to build with Rust 1.80[1].

Note: I'm pretty sure the labelling of the previous version as 0.1.0
was a mistake — the commit message referred to an unstable version
rather than 0.1.0, and there's no 0.1.0 tag upstream.

[1]: https://github.com/rust-lang/rust/issues/127343
2024-08-13 12:14:15 +02:00
Julius Michaelis
87e574e110 treewide: rewrite some uses of hostPlatform == buildPlatform to canExecute
This rewrites uses of

stdenv.hostPlatform == stdenv.buildPlatform

to

stdenv.buildPlatform.canExecute stdenv.hostPlatform

when guarding postInstall scripts that use $out/bin/… to generate shell completions
2024-08-04 10:50:48 +09:00
Pol Dellaiera
60a6ba968d
attic-client: remove env attribute
Related to https://github.com/NixOS/nixpkgs/pull/292043
2024-03-26 20:45:10 +01:00
Andrea Ciceri
495613d555
attic: init at unstable-2024-2-8 2024-03-13 22:26:15 +01:00