mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
root: format shell.nix
Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
parent
dced512fa3
commit
b80884dcae
1 changed files with 2 additions and 2 deletions
|
@ -17,8 +17,8 @@ let
|
|||
|
||||
pkgs = import nixpkgs {
|
||||
inherit system;
|
||||
config = {};
|
||||
overlays = [];
|
||||
config = { };
|
||||
overlays = [ ];
|
||||
};
|
||||
in
|
||||
pkgs.mkShellNoCC {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue