Skip to content

Commit a9065d6

Browse files
Merge pull request #1216 from system76/add-nix-shell
Add nix-shell file to use nix for testing
2 parents 93429f1 + 449d776 commit a9065d6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

shell.nix

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{ pkgs ? import <nixpkgs> {} }:
2+
pkgs.mkShell {
3+
nativeBuildInputs = with pkgs; [
4+
nodejs-18_x
5+
nodePackages.npm
6+
];
7+
}

0 commit comments

Comments
 (0)