trying to package mu editor

This commit is contained in:
Matt Nish-Lapidus 2025-01-10 08:10:23 -05:00
parent 9687a29f97
commit 9b943e484f
5 changed files with 24 additions and 19 deletions

View file

@ -69,6 +69,7 @@
nixosConfigurations = {
eddie = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
specialArgs = {
inherit inputs outputs;
};