root: format shell.nix

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu 2024-07-13 16:03:49 +02:00
parent dced512fa3
commit b80884dcae
No known key found for this signature in database
GPG key ID: E13DFD4B47127951

View file

@ -17,8 +17,8 @@ let
pkgs = import nixpkgs { pkgs = import nixpkgs {
inherit system; inherit system;
config = {}; config = { };
overlays = []; overlays = [ ];
}; };
in in
pkgs.mkShellNoCC { pkgs.mkShellNoCC {