major rewrite of flake including new bitwig package for betas

This commit is contained in:
Matt Nish-Lapidus 2024-12-31 12:49:39 -05:00
parent 9b99eef302
commit 2e67727fc0
11 changed files with 339 additions and 169 deletions

View file

@ -59,6 +59,8 @@
in {
packages = forAllSystems (system: import ./packages nixpkgs.legacyPackages.${system});
formatter = forAllSystems (system: nixpkgs.legacyPackages.${system}.alejandra);
overlays = import ./overlays {inherit inputs;};
@ -67,7 +69,6 @@
eddie = nixpkgs.lib.nixosSystem {
specialArgs = {
inherit inputs outputs;
pkgs-unstable = import nixpkgs-unstable { system = "x86_64-linux"; config.allowUnfree = true; };
};
modules = [
nix-flatpak.nixosModules.nix-flatpak