trying to package mu editor

This commit is contained in:
Matt Nish-Lapidus 2025-01-09 16:48:17 -05:00
parent 72f0a97656
commit 9c2ca6bd55
5 changed files with 41 additions and 18 deletions

View file

@ -53,11 +53,7 @@
inherit (self) outputs;
# Supported systems for your flake packages, shell, etc.
systems = [
"aarch64-linux"
"i686-linux"
"x86_64-linux"
"aarch64-darwin"
"x86_64-darwin"
];
# This is a function that generates an attribute by calling a function you
# pass to it, with each system as an argument