Configuration for my NixOS based systems and Home Manager
0
fork

Configure Feed

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

Add nixpkgs-fmt to shell.nix for autoformat

+1 -1
+1 -1
shell.nix
··· 1 1 { pkgs ? import <nixos-unstable> { } }: 2 2 pkgs.mkShell { 3 - packages = with pkgs; [ nil lua-language-server ]; 3 + packages = with pkgs; [ nil lua-language-server nixpkgs-fmt ]; 4 4 }