Commit Graph

16 Commits

Author SHA1 Message Date
waalge e9bacf8f41 fix: nix builds
Required pinning hash of git dependency textplots
2025-02-15 10:00:24 -05:00
waalge 57311d123c bump flake deps 2024-11-20 09:45:28 +00:00
waalge 0a8f1f4930 bump flake 2024-09-03 16:20:50 +00:00
waalge 372b186103 nix use rustc 1.79. Add analyzer to devshell 2024-06-19 15:18:18 +00:00
waalge 5d6bcaabe9 bump flake ... but in a way that works for external builds?! 2024-03-04 14:32:27 +00:00
waalge 69aefc8c48 bump rust version in flake 2024-03-04 13:33:43 +00:00
Cainã Costa 622b0d51b0 chore: update flake 2023-07-27 10:23:10 -04:00
Cainã Costa 4a435a69f0 chore: remove cargo2nix
This commit changes from cargo2nix to just use `buildRustPackage`, which
does not generate itermediate crate derivations for the build. This
means that we lose dependency caching (for CI as well), but on the other
hand it becomes much more cacheable for people that actually use Nix to
add the dependencies.
2023-07-09 23:20:29 -04:00
waalge d19fc5b7a3 bump flake and change inputs 2023-04-30 20:32:24 -04:00
waalge c6253d6074 bump flake and change inputs 2023-04-30 20:32:24 -04:00
Micah Kendall 29d76a3d89 bump cargo2nix 2023-04-26 18:39:21 +08:00
waalge f2e5b0b89b Add Deno to nix.
Chose to use nixos unstable otherwise version is lagging.
2023-03-15 12:24:35 -04:00
waalge e8feb10505 chore: bump rust version in nix
- Had to move to cargo2nix/unstable;
the previous release topped out at 1.61.0,
but dependency `clap_lex v0.3.2` requires >= 1.64.0
2023-03-08 11:03:50 +00:00
Micah Kendall 590f40139f
Add support for Nix flakes.
This relies on Cargo2Nix, and because we don't want to be maintaining
  that file by hand, we introduce a new continuous workflow to
  automatically update the generated Cargo.nix and submit a PR whenever
  something is merged into master.

  This should make the process of supporting Nix bearable. We'll
  re-assess in a while.

  Co-authored-by: KtorZ <matthias.benkort@gmail.com>
2023-02-07 13:16:17 +01:00
rvcas 53b2adb7df
chore: remove some nix stuff 2022-10-24 00:53:17 -04:00
John Rinehart 0e5d25b019 feat: add a nix flake
nix flake init --template github:nixos/templates#rust
2022-08-07 21:07:53 -04:00