major rewrite of flake including new bitwig package for betas

This commit is contained in:
Matt Nish-Lapidus 2024-12-31 14:33:59 -05:00
parent 2e67727fc0
commit 124a466a76
4 changed files with 16 additions and 91 deletions

View file

@ -25,11 +25,6 @@
inputs.nixpkgs.follows = "nixpkgs";
};
audio = {
url = "git+https://gt.emenel.ca/emenel/audio.nix.git";
inputs.nixpkgs.follows = "nixpkgs";
};
wezterm = {
url = "github:wez/wezterm?dir=nix";
inputs.nixpkgs.follows = "nixpkgs";
@ -42,7 +37,7 @@
# affinity-nix.inputs.nixpkgs.follows = "nixpkgs";
};
outputs = {nixpkgs, nixpkgs-unstable, wezterm, home-manager, audio, nix-flatpak, kmonad, musnix, self, ... } @ inputs:
outputs = {nixpkgs, nixpkgs-unstable, wezterm, home-manager, nix-flatpak, kmonad, musnix, self, ... } @ inputs:
let
inherit (self) outputs;
# Supported systems for your flake packages, shell, etc.