summaryrefslogtreecommitdiff
path: root/nix
AgeCommit message (Collapse)Author
2024-04-21nix: remove subflake (#174)seth
2024-04-20chore: update lockfiles (#173)github-actions[bot]
* nix: update dev flake.lock Flake lock file updates: • Updated input 'fenix': 'github:nix-community/fenix/99c6241db5ca5363c05c8f4acbdf3a4e8fc42844?narHash=sha256-AZmYmEnc1ZkSlxUJVUtGh9VFAqWPr%2BxtNIiBqD2eKfc%3D' (2024-04-06) → 'github:nix-community/fenix/fd47b1f9404fae02a4f38bd9f4b12bad7833c96b?narHash=sha256-5vVF9W1tJT%2BWdfpWAEG76KywktKDAW/71mVmNHEHjac%3D' (2024-04-18) • Updated input 'fenix/rust-analyzer-src': 'github:rust-lang/rust-analyzer/8e581ac348e223488622f4d3003cb2bd412bf27e?narHash=sha256-St7ZQrkrr5lmQX9wC1ZJAFxL8W7alswnyZk9d1se3Us%3D' (2024-04-03) → 'github:rust-lang/rust-analyzer/46702ffc1a02a2ac153f1d1ce619ec917af8f3a6?narHash=sha256-octd9BFY9G/Gbr4KfwK4itZp4Lx%2BqvJeRRcYnN%2BdEH8%3D' (2024-04-17) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/3c1b6f75344e207a67536d834886ee9b4577ebe7?narHash=sha256-CrKKps0h7FoagRcE2LT3h/72Z64D0Oh83UF1XZVhCLQ%3D' (2024-04-07) → 'github:NixOS/nixpkgs/d764f230634fa4f86dc8d01c6af9619c7cc5d225?narHash=sha256-LoExypse3c/uun/39u4bPTN4wejIF7hNsdITZO41qTw%3D' (2024-04-18) • Updated input 'procfile-nix': 'github:getchoo/procfile-nix/c3320b59670450b4d2b5cb01cdbd3e176a6d3232?narHash=sha256-o6L0IDUy5ri1ijXP6D132gYcSYT7JweNQr5P9DOozRM%3D' (2024-04-07) → 'github:getchoo/procfile-nix/04cfa7931e996cb81c5848b559cb316c7f907b56?narHash=sha256-458FHKn05FCX%2BfTOuHEobfJjADBKitzrd1SoPXSQOJc%3D' (2024-04-20) * nix: update flake.lock Flake lock file updates: • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/807c549feabce7eddbf259dbdcec9e0600a0660d?narHash=sha256-9slQ609YqT9bT/MNX9%2B5k5jltL9zgpn36DpFB7TkttM%3D' (2024-03-29) → 'github:NixOS/nixpkgs/d764f230634fa4f86dc8d01c6af9619c7cc5d225?narHash=sha256-LoExypse3c/uun/39u4bPTN4wejIF7hNsdITZO41qTw%3D' (2024-04-18) --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-04-19spring cleaning (#165)seth
* treewide: lightly refactor everything * once_cell -> std::sync * remove build.rs we can get our target at runtime * commands::copypasta: refactor selection * drop owo_colors * reactboard: always remove author from count * commands: better handle behavior outside of guilds * ci: garnix -> gha * nix: drop flake-parts & pre-commit-hooks * nix: fix rust flags in derivation * add gha badge to readme * ci: fail when format changes are made * ci: only run on push to main * nix: fix nil script * nix: add libiconv to darwin deps * ci: disable fail-fast * nix: fix actionlint & static checks * ci: add release gates * nix: fix nil check again * ci: give release gates unique names * ci: only build static packages in docker workflow * nix: move dev outputs to subflake * fix some typos * nix: cleanup checks & dev shell * add editorconfig
2024-03-20nix: remove unused argumentseth
2024-03-20nix: naersk -> rustPlatformseth
2024-03-20nix: cleanup derivation + static packageseth
2024-03-17nix: factor out functions for docker imageseth
2024-03-17nix: set better flags with lto & optimizeSizeseth
2024-02-13nix: use treefmtseth
2024-02-13nix: cleanup deployment.nixseth
2024-02-13nix: proc-flake -> procfile-nixseth
2023-12-31nix/docker: select crossPkgs set automaticallyseth
2023-12-31flake: use self' over config for final valuesseth
2023-12-31flake: cleanup ciGateseth
2023-12-16ci: back to garnixseth
2023-12-15flake: move nix to folder to nix/seth