Skip to content

Commit

Permalink
Merge pull request #1216 from system76/add-nix-shell
Browse files Browse the repository at this point in the history
Add nix-shell file to use nix for testing
  • Loading branch information
thomas-zimmerman authored Apr 16, 2024
2 parents 93429f1 + 449d776 commit a9065d6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions shell.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
nativeBuildInputs = with pkgs; [
nodejs-18_x
nodePackages.npm
];
}

0 comments on commit a9065d6

Please sign in to comment.