mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 04:05:40 +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 {
|
pkgs = import nixpkgs {
|
||||||
inherit system;
|
inherit system;
|
||||||
config = {};
|
config = { };
|
||||||
overlays = [];
|
overlays = [ ];
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
pkgs.mkShellNoCC {
|
pkgs.mkShellNoCC {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue