about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2023-02-15 12:26:22 +0100
committerBaitinq <manuelpalenzuelamerino@gmail.com>2023-02-15 12:26:22 +0100
commit75922a0cb4dddc462915c1a20d5445da33a6f396 (patch)
treeccc0a4e3f04ebf38f2ca9779cbdf1ad6ceb40f76
parentMisc: Add usage in README (diff)
download2bored2walk-75922a0cb4dddc462915c1a20d5445da33a6f396.tar.gz
2bored2walk-75922a0cb4dddc462915c1a20d5445da33a6f396.tar.bz2
2bored2walk-75922a0cb4dddc462915c1a20d5445da33a6f396.zip
Misc: Cleanup shell.nix
-rw-r--r--shell.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/shell.nix b/shell.nix
index b31e9b4..18c24f9 100644
--- a/shell.nix
+++ b/shell.nix
@@ -1,10 +1,8 @@
-{ pkgs ? import <nixpkgs> {} }:
+{ pkgs ? import <nixpkgs> { } }:
 pkgs.mkShell
 {
   buildInputs = with pkgs; [
     nodejs
     nodePackages.ts-node
   ];
-
 }
-