aboutsummaryrefslogtreecommitdiffstats
path: root/flake.lock (unfollow)
Commit message (Collapse)Author
2024-03-01chore(deps): update flake.lock (#1801)github-actions[bot]
Flake lock file updates: • Updated input 'flake-utils': 'github:numtide/flake-utils/1ef2e671c3b0c19053962c07dbda38332dcebf26' (2024-01-15) → 'github:numtide/flake-utils/d465f4819400de7c8d874d50b982301f28a84605' (2024-02-28) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/2a34566b67bef34c551f204063faeecc444ae9da' (2024-02-25) → 'github:NixOS/nixpkgs/ebe6e807793e7c9cc59cf81225fdee1a03413811' (2024-02-29) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-02-26chore(deps): flake.lock: Update (#1780)github-actions[bot]
Flake lock file updates: • Updated input 'flake-compat': 'github:edolstra/flake-compat/35bb57c0c8d8b62bbfd284272c928ceb64ddbde9' (2023-01-17) → 'github:edolstra/flake-compat/0f9255e01c2351cc7d116c072cb317785dd33b33' (2023-10-04) • Updated input 'flake-utils': 'github:numtide/flake-utils/919d646de7be200f3bf08cb76ae1f09402b6f9b4' (2023-07-11) → 'github:numtide/flake-utils/1ef2e671c3b0c19053962c07dbda38332dcebf26' (2024-01-15) • Updated input 'nixpkgs': 'github:NixOS/nixpkgs/db8672b8d0a2593c2405aed0c1dfa64b2a2f428f' (2023-07-27) → 'github:NixOS/nixpkgs/2a34566b67bef34c551f204063faeecc444ae9da' (2024-02-25) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2023-07-28Disable server tests in the nix build (#1123)Patrick Jackson
* Update deps used for the nix build * Disable server tests in nix build
2023-03-01nix: add flake-compat (#743)0x4A6F
2023-03-01Update flake.lock to Rust 1.67 (#749)Patrick Jackson
2023-02-15Add nix files and install instructions (#477)Jamie Quigley