1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 11:10:03 +00:00

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 {
inherit system;
config = {};
overlays = [];
config = { };
overlays = [ ];
};
in
pkgs.mkShellNoCC {