major rewrite of flake including new bitwig package for betas
This commit is contained in:
parent
9b99eef302
commit
2e67727fc0
11 changed files with 339 additions and 169 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue