diff --git a/flake.nix b/flake.nix index 3d0cf4c..339ccd9 100644 --- a/flake.nix +++ b/flake.nix @@ -237,7 +237,6 @@ }; in { - # TODO: minimal # TODO: static - fhs # TODO: pvv - nfs home # TODO: nix-portable - heid @@ -266,6 +265,7 @@ )) ]; + # system-manager systemConfigs = let mkSystem = name: inputs: system: inputs.system-manager-edge.lib.makeSystemConfig { extraSpecialArgs.inputs = inputs; @@ -282,19 +282,6 @@ test = mkSystem "furiphoneflx1" input-views.inputs-edge "x86_64-linux"; }; - #checks = forAllSystems ({ inputs, system, ... }: { - # pre-commit-check = inputs.pre-commit-hooks.lib.${system}.run { - # src = ./.; - # excludes = ["flake.lock"]; - # hooks = { - # # https://devenv.sh/reference/options/#pre-commithooks - # alejandra.enable = true; - # pretties.enable = true; - # /* pretties.excludes = [".js" ".md" ".ts"]; */ - # }; - # }; - #}); - devShells = forAllSystems ({ pkgs, system, ... }: let mkShell = {...}@args: packages: pkgs.mkShellNoCC (args // { packages = (args.packages or []) ++ packages; }); #mkShell'= {...}@args: packages: pkgs.mkShellNoCC (args // { @@ -337,6 +324,19 @@ remoteenv-fhs = mkShell { inheritFrom = [ remoteenv ]; } [ system-manager ]; }); + #checks = forAllSystems ({ inputs, system, ... }: { + # pre-commit-check = inputs.pre-commit-hooks.lib.${system}.run { + # src = ./.; + # excludes = ["flake.lock"]; + # hooks = { + # # https://devenv.sh/reference/options/#pre-commithooks + # alejandra.enable = true; + # pretties.enable = true; + # /* pretties.excludes = [".js" ".md" ".ts"]; */ + # }; + # }; + #}); + /* checks = forAllSystems ({ pkgs, inputs, system }: { unitTests = pkgs.runCommand "tests" {