aboutsummaryrefslogtreecommitdiffstats
path: root/flake.nix (follow)
Commit message (Collapse)AuthorAge
* Revert "Revert "chore: update to rust 1.86 (#2666)" (#2667)" (#2676)Ellie Huxtable2025-04-07
| | | This reverts commit 9d816d16db233dd1aa477bfe1cc5a960e3c7b6c7.
* Revert "chore: update to rust 1.86 (#2666)" (#2667)Ellie Huxtable2025-04-03
| | | This reverts commit f0e8cc753e8448d415ae90ad7774058c6c5d47f7.
* chore: update to rust 1.86 (#2666)Ellie Huxtable2025-04-03
| | | | | | | * chore: update to rust 1.86 * fix: clippy errors from 1.86 * fix: update nix sha256
* chore: migrate to rust 2024 (#2635)Ellie Huxtable2025-03-19
| | | | | | | | | * chore: upgrade to 2024 edition * ugh unsafe * format * nixxxxxxxxxxx why
* chore: update rust toolchain to 1.85 (#2618)Ellie Huxtable2025-03-09
| | | | | | | | | | | | | | * chore: update rust toolchain to 1.85 * nix things * make clippy happy I've replaced a bunch of &Option<String> with Option<String>. They were not in hot loops, so a single clone is really no big deal + keeps things simpler. * fmt
* chore: update to rust 1.82 (#2432)Ellie Huxtable2024-10-22
|
* chore: update rust to `1.80.1` (#2362)Ethan Brierley2024-08-14
| | | | | | | | | fixes #2360 https://blog.rust-lang.org/2024/08/08/Rust-1.80.1.html `1.80.1` fixes a fairly nasty miscompilation, but that's not my motivation for opening this PR. If I'm understanding correctly, because the rust patch version was not specified in `rust-toolchain.toml`, nix automatically upgraded to the new version. This broke the hash in `flake.nix` causing the flake to fail to build. Making this upgrade to `1.80.1` explicit, fixes this issue.
* chore: update to rust 1.80 (#2344)Ellie Huxtable2024-08-07
|
* chore: update to rust 1.79 (#2138)Ellie Huxtable2024-06-13
|
* chore: update to rust 1.78Ellie Huxtable2024-06-13
|
* chore(nix): De-couple atuin nix build from nixpkgs rustc version (#2123)Jamie Quigley2024-06-13
|
* chore: Set ATUIN_ variables for development in devshell (#1653)Matthias Beyer2024-01-30
| | | | | | | | | | | | I accidentially broke my atuin database by executing `atuin` from the PR I was working on without setting these variables and had to manually roll back my local database. That shouldn't happen, so we set the database and record store path in the devshell to something that does not overwrite our normal databases. We also warn if these files already exist, because when entering the devshell, a user might want to start from a clean slate here. Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
* fix(nix): Add Appkit to the package build (#1358)Patrick Jackson2023-10-30
|
* feat(nix): Add a nixpkgs overlay (#1357)Patrick Jackson2023-10-29
|
* nix: add flake-compat (#743)0x4A6F2023-03-01
|
* Add nix files and install instructions (#477)Jamie Quigley2023-02-15