diff options
Diffstat (limited to 'shells/haemolacriaa.nix')
| -rw-r--r-- | shells/haemolacriaa.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/haemolacriaa.nix b/shells/haemolacriaa.nix index 424d404..5bf4edd 100644 --- a/shells/haemolacriaa.nix +++ b/shells/haemolacriaa.nix @@ -1,4 +1,4 @@ -{ pkgs ? import <nixpkgs> {} }: +{ pkgs ? import <nixpkgs> { } }: pkgs.mkShell { packages = with pkgs; [ |
