
Flake lock file updates: • Updated input 'emacs-overlay': 'github:nix-community/emacs-overlay/6cd7ddb6c8a8ac4b2bfb35ca3261d3e689740c8e' (2024-03-08) → 'github:nix-community/emacs-overlay/4dd04421a91873b26f5b4acc8b2c947cb91c7900' (2024-03-09) • Updated input 'emacs-overlay/nixpkgs-stable': 'github:NixOS/nixpkgs/880992dcc006a5e00dd0591446fdf723e6a51a64' (2024-03-05) → 'github:NixOS/nixpkgs/2be119add7b37dc535da2dd4cba68e2cf8d1517e' (2024-03-08) • Updated input 'extra-package-copilot': 'github:zerolfx/copilot.el/fd4d7e8c1e95aa9d3967b19905c9b8c3e03f6a5c' (2024-02-22) → 'github:zerolfx/copilot.el/4e203efaa1f4047c800a026ba496d3bda8b67119' (2024-03-09)
9 lines
202 B
YAML
9 lines
202 B
YAML
on: [push, pull_request]
|
|
jobs:
|
|
test:
|
|
runs-on: nix
|
|
steps:
|
|
- uses: actions/checkout@v4
|
|
name: Checkout repository
|
|
- name: Build with nix
|
|
run: nix-fast-build --no-nom
|