Skip to content

Commit 416cbcf

Browse files
committed
Savepoint-1
1 parent 102d24c commit 416cbcf

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

custom.nix

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22

33
pkgs.mkShell {
44
buildInputs = [
5-
pkgs.git-filter-repo
5+
pkgs.git-filter-repo # Git Filter Repo tool
6+
pkgs.nodejs # Node.js which includes npm
67
];
78

89
shellHook = ''
9-
echo "git-filter-repo has been added to your environment."
10+
npm install -g firebase-tools # Install Firebase CLI globally
11+
echo "git-filter-repo and Firebase CLI have been added to your environment."
1012
'';
11-
}
13+
}

0 commit comments

Comments
 (0)