this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

flake: sort imports

Aly Raffauf 5b01464a 8262b8bb

+1 -1
+1 -1
flake.nix
··· 148 148 149 149 imports = [ 150 150 ./modules/flake 151 + inputs.actions-nix.flakeModules.default 151 152 inputs.files.flakeModules.default 152 153 inputs.git-hooks-nix.flakeModule 153 154 inputs.home-manager.flakeModules.home-manager 154 155 inputs.treefmt-nix.flakeModule 155 - inputs.actions-nix.flakeModules.default 156 156 ]; 157 157 }; 158 158 }