Skip to content

feat(emacs): add imagemagick to deps #54

feat(emacs): add imagemagick to deps

feat(emacs): add imagemagick to deps #54

Workflow file for this run

on:
pull_request:
push:
branches:
- main
jobs:
lints:
name: Test Installation
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@main
- name: Install system configuration
run: ./scripts/init-ubuntu
env:
INSTALL_DEBIAN_NO_SJTU_SOURCES: 1
INSTALL_DEBIAN_TRACE: 1
- name: Patch username
run: ./scripts/patch-vars
- name: Install home configurations
run: make init-home