Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | use latest nix-cargo-integration which depends on dream2nix (#1758) | Michael Davis | 2022-03-08 |
| | | | | | | | | https://github.com/nix-community/dream2nix is a fairly new and cool-looking project for adapting upstream package manager outputs (lockfiles mostly it would seem) for nix. This should improve the ability to cross-compile. As a more concrete measure of improvement, `nix flake check' now succeeds 🎉 | ||
* | update helix-syntax revision in flake.nix (#1747) | Michael Davis | 2022-03-05 |
| | | | | | | | | | | | | | | | | | closes #1746 The queries for Go were updated in ddbf03613d5a3dd64f3f5ba13795e70c29297837. The old ref was before this commit, so running helix from the flake nix flake run github:helix-editor/helix/d62ad8b595a4f901b9c5dba1bb6e8f70ece395bf -- path/to/file.go will crash because the old grammar's query analysis will fail (because `iota` was not yet a named node). This commit updates the version of the grammars that we pull down when building the flake so that the queries match the grammars. We'll have to do an update like this whenever a grammar is bumped in a breaking way (which happens fairly often in tree-sitter) until #1659 comes along and the version of the grammar becomes tied to the version declared in source. | ||
* | Add `inputs.nixpkgs.follows` to `rust-overlay` in `flake.nix` (#1729) | Erin Kim | 2022-03-03 |
| | | | | | * add `inputs.nixpkgs.follows` to `rust-overlay` * Update flake.lock | ||
* | fix: nix flake build | Blaž Hrastnik | 2022-02-15 |
| | |||
* | Set flags necessary for cargo-flamegraph | Blaž Hrastnik | 2022-01-23 |
| | |||
* | Try to reuse an existing layer based on layer.ranges | Blaž Hrastnik | 2022-01-23 |
| | |||
* | Fix Nix flake (#1455) | Jared Ramirez | 2022-01-13 |
| | |||
* | nix: Update to lld 13, drop flake-compat (was unused) | Blaž Hrastnik | 2021-12-03 |
| | |||
* | nix: Update lld to 12 | Blaž Hrastnik | 2021-10-24 |
| | |||
* | Update to rust 1.56 + 2021 edition | Blaž Hrastnik | 2021-10-22 |
| | |||
* | flake: remove hack to fix helix version (#762) | Raphael Megzari | 2021-09-18 |
| | |||
* | chore(nix): update flake inputs and submodule | Yusuf Bera Ertan | 2021-09-12 |
| | |||
* | build(nix): fix build issues | Yusuf Bera Ertan | 2021-07-25 |
| | |||
* | nix: Set up cargo-tarpaulin | Blaž Hrastnik | 2021-06-27 |
| | |||
* | build(nix): fetch submodules lazily | Yusuf Bera Ertan | 2021-06-22 |
| | |||
* | build(nix): use nix-cargo-integration, make shell.nix use flake devshell | Yusuf Bera Ertan | 2021-06-13 |
| | |||
* | embed runtime | Timothy DeHerrera | 2021-06-10 |
| | |||
* | add overlay | Timothy DeHerrera | 2021-06-10 |
| | |||
* | Fix flake package | Timothy DeHerrera | 2021-06-10 |
| | |||
* | Closer to a full flake build via naersk. | Blaž Hrastnik | 2021-05-03 |
| | | | | | Blocked on https://github.com/NixOS/nix/issues/4423, build doesn't see submodules. | ||
* | nix: Switch to stable rust. | Blaž Hrastnik | 2021-04-09 |
| | |||
* | flake: Packaging definition. | Blaž Hrastnik | 2021-02-22 |
| | |||
* | deps update | Blaž Hrastnik | 2021-02-09 |
| | |||
* | Update flake definition. | Blaž Hrastnik | 2021-02-04 |
| | |||
* | Add a nix flake with the development environment. | Blaž Hrastnik | 2021-01-19 |