Commit graph

5 commits

Author SHA1 Message Date
Else Someone
cbce1ae3a2 default.nix: init
Move recipes from flake.nix:s `packages` to a `callPackage`-able scope.nix.
This way out-of-tree projects can reuse the `buildRustPackage`
definitions (e.g. the in-sync `cargoLock` hashes) without depending on
the unsupported flakes feature.
2026-03-21 02:03:02 +02:00
Jörg Thalheim
d145ee2b5c drop rust-overlay, use rustc from nixpkgs
nixpkgs has a recent enough rustc version, no need for the
extra complexity of rust-overlay and rust-toolchain.toml.
2026-01-16 15:31:56 +01:00
Jörg Thalheim
1315858592 switch from flake-utils to flake-parts
There is not so much of a difference in this project, but
it means adding this project to clan is one less flake input
and also more consistent with other projects in clan.
2026-01-16 15:31:44 +01:00
Val Packett
73c92e3e69 Update deps 2025-11-14 03:40:48 -03:00
Val Packett
11a682e19f Initial commit
Signed-off-by: Val Packett <val@invisiblethingslab.com>
2025-07-11 01:05:56 -03:00