Skip to content

Commit

Permalink
Create shell.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
theKapcioszek authored Mar 15, 2024
1 parent 2b3497a commit 8d2a005
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions shell.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
# nativeBuildInputs is usually what you want -- tools you need to run
nativeBuildInputs = with pkgs.buildPackages; [ gtest ];
}

0 comments on commit 8d2a005

Please sign in to comment.