5 Commits

Author SHA1 Message Date
Samir
6023d020f1
fix(nix): set meta.mainProgram field (#634)
`meta.mainProgram` must be set otherwise `lib.getExe` assumes that the
package name is `television` and home manager shell integrations are
broken

## 📺 PR Description

<!-- summary of the change + which issue is fixed if applicable. -->

## Checklist

<!-- a quick pass through the following items to make sure you haven't
forgotten anything -->

- [x] my commits **and PR title** follow the [conventional
commits](https://www.conventionalcommits.org/en/v1.0.0/#summary) format
- [ ] if this is a new feature, I have added tests to consolidate the
feature and prevent regressions
- [ ] if this is a bug fix, I have added a test that reproduces the bug
(if applicable)
- [ ] I have added a reasonable amount of documentation to the code
where appropriate
2025-07-12 14:23:46 +02:00
Vitalii Lukyanov
2e99fba9c0
chore(nix): update sha of rust toolchain in flake.nix (#530) 2025-06-06 13:35:28 +02:00
Vitalii Lukyanov
16e187f5c6
update rust toolchain hash (#365)
Hey again, just realized there was an update with toolchain change 1.81
-> 1.83, so updating the hash for it :)

Co-authored-by: Vitalii Lukyanov <tukanoid@outlok.com>
2025-02-24 14:32:23 +01:00
Vitalii Lukyanov
bff7068781
fix: nix build (#203)
Hey! Quick fix for nix, already tested on my machine, works like a
charm!

![image](https://github.com/user-attachments/assets/7f02c8ee-c081-4f55-9df7-0462b93b9dd6)
2025-01-01 12:06:03 +01:00
Vitalii Lukyanov
65bb26ec84
chore(nix): nix flake shell + rust-toolchain.toml setup (#14)
* nix flake shell + rust-toolchain.toml setup

* migrated to naersk + nixpkgs-mozilla, it works for this workspace setup, updated Cargo.toml by autoformatting with taplo and adding reame to workspace.package to make `nix build` work
2024-11-11 22:37:21 +01:00