Skip to content

Instantly share code, notes, and snippets.

View ericr3r's full-sized avatar

Eric Rauer ericr3r

View GitHub Profile
@ericr3r
ericr3r / flake.nix
Created September 15, 2024 15:39
Flake for supporting Scenic dev sheell
# Flake for building nerves system
# Use `nix develop .` for regular Nerves builds
# Use `nix develop .#fhs` for Nerves System builds
{
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
flake-utils.url = "github:numtide/flake-utils";
};
outputs = { self, nixpkgs, flake-utils }:
name: CI/CD Elixir
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
env: